This script uses the GPT-3 davinci-code-002 api with zsh to convert natural language commands to bash commands (or really any POSIX-compliant shell). Note: Only works with Linux and MacOS, and the user to have homebrew, python3, and the openai package to be installed locally.
- Clone the repo
- Ensure that you have homebrew (or apt on linux), python3, and the openai package (
pip install openai) installed. - Run
./install.shto install the script.
