Code for interacting with OpenAI models in python and storing chats in a local database
- Installation process
pip install . --user
- Software dependencies (the above might already take care of this!)
pip install -r requirements.txt --user
- Latest releases
- API references
see notebooks for examples of use within a jupyter notebook (e.g. in VScode)
TODO: Describe and show how to build your code and run the tests.
TODO: Explain how other users and developers can contribute to make your code better.