# Rename this file to .env once you have filled in the below environment variables! # Get your Open AI API Key by following these instructions - # https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key # You only need this environment variable set if you set LLM_MODEL to a GPT model OPENAI_API_KEY= # See all Open AI models you can use here - # https://platform.openai.com/docs/models # A good default to go with here is gpt-4o LLM_MODEL=gpt-4o