A collection of small Python projects that demonstrate interacting with large language models (LLMs).
pip install -r requirements.txtCreate an environment variable named OPENAI_API_KEY, and set it to your API key.
- Navigate to the directory of the mini-project you want to run.
- Configure
config.json. - Run
main.py.