https://platform.openai.com/docs/assistants/overview https://platform.openai.com/docs/api-reference/assistants
Simple wrapper to chat with existing assistants on OpenAI API Create your assistants on https://platform.openai.com/assistants
Add API key to environment
export OPENAI_API_KEY='XXX'
Required libraries
pip install openai
python3 gpt_bot.py
TODO: file upload TODO: assistant management