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
python3 -m venv venv
. ven/bin/activate
pip install -r requirements.txt
python3 main.py