Skip to content

Commit 4118f57

Browse files
committed
chore: update models to latest version
1 parent 6e91164 commit 4118f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-keys.env.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# OpenAI Configuration
22
OPENAI_ENABLED=true
33
OPENAI_API_KEY=#your-openai-api-key
4-
OPENAI_MODELS=gpt-4o,gpt-4o-mini # comma separated list of models
4+
OPENAI_MODELS=gpt-4.5-preview,o3-mini,gpt-4o-mini,o1,o1-mini # comma separated list of models
55

66
# Azure OpenAI Configuration
77
AZURE_ENABLED=true
88
AZURE_API_KEY=#your-azure-openai-api-key
99
AZURE_API_BASE=https://your-azure-openai-endpoint.openai.azure.com/
1010
AZURE_API_VERSION=2024-02-15-preview
11-
AZURE_MODELS=gpt-4o
11+
AZURE_MODELS=o3-mini,gpt-4o
1212

1313
# Anthropic Configuration
1414
ANTHROPIC_ENABLED=true
1515
ANTHROPIC_API_KEY=#your-anthropic-api-key
16-
ANTHROPIC_MODELS=claude-3-5-sonnet-20241022,claude-3-5-haiku-20241022
16+
ANTHROPIC_MODELS=claude-3-7-sonnet-latest,claude-3-5-haiku-latest
1717

1818
# Ollama Configuration
1919
OLLAMA_ENABLED=true

0 commit comments

Comments
 (0)