Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ MAX_RETRIES="2"

# For Azure OpenAI (recommended if OpenAI is not available in your region):
# OPENAI_API_KEY="your-azure-api-key"
# OPENAI_BASE_URL="https://your-resource-name.openai.azure.com/openai/deployments/your-deployment-name"
# OPENAI_BASE_URL="https://your-resource-name.openai.azure.com/"
# AZURE_API_VERSION="2024-03-01-preview"
# BIG_MODEL="gpt-4"
# SMALL_MODEL="gpt-35-turbo"
# BIG_MODEL="gpt-4.1" # these are your deployment names, which are not necessarily 1:1 equivalent with the model names
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the comments after the environment variables.

# SMALL_MODEL="gpt-4.1-mini"

# For local models (like Ollama):
# OPENAI_API_KEY="dummy-key" # Required but can be any value for local models
Expand Down