A smart terminal to receive natural language commands
- Python >= 3
- An api token from
https://llama-api.com
git clone https://github.com/clint171/terminal-aicd terminal-aipip install -r requirements.txt- create a file named
.envin the repository root and add the variableAPI_TOKEN
API_TOKEN = "LL-example-api-token-from-llama-api"
python main.pyorpython v2.py