here I show a basic example of how to use the OpenAI assistant API to create a simple assistant. and do conversation with that and create multiple threads.
git clone https://github.com/shamspias/openai-assistent-pythonpython3 -m venv venv
. ven/bin/activatepip install -r requirements.txtcp example.env .envYour ASSISTANT_ID or ASSISTANT_NAME and API_KEY in .env file
python3 main.py