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-ai
cd terminal-ai
pip install -r requirements.txt
- create a file named
.env
in the repository root and add the variableAPI_TOKEN
API_TOKEN = "LL-example-api-token-from-llama-api"
python main.py
orpython v2.py