Python 3
virtualenv
Key | Description | Default |
---|---|---|
OPENAI_KEY | OpenAI API key for the chat completions endpoint | - |
MODEL | LLM model name | gpt-4o-mini |
virtualenv environment
source environment/bin/activate
pip3 install -r requirements.txt
export OPENAI_KEY=...
export MODEL=gpt4-4o-mini
source environment/bin/activate
echo "Say hello world" | python3 main.py
echo "Please send my car title to my insurance company" | python3 main.py
echo "Please tell me the current temperature" | python3 main.py
echo "Please play the song beat it by michael jackson" | python3 main.py
echo "Please say me all files in my home directory" | python3 main.py