update .env.example for gpt 5 (#3280)
This commit is contained in:
23
.env.example
23
.env.example
@@ -33,6 +33,25 @@ AZURE_GPT4O_MINI_API_KEY=""
|
||||
AZURE_GPT4O_MINI_API_BASE=""
|
||||
AZURE_GPT4O_MINI_API_VERSION=""
|
||||
|
||||
# Azure GPT-5 Model Configurations
|
||||
ENABLE_AZURE_GPT5=false
|
||||
AZURE_GPT5_DEPLOYMENT="gpt-5"
|
||||
AZURE_GPT5_API_KEY=""
|
||||
AZURE_GPT5_API_BASE=""
|
||||
AZURE_GPT5_API_VERSION="2025-01-01-preview"
|
||||
|
||||
ENABLE_AZURE_GPT5_MINI=false
|
||||
AZURE_GPT5_MINI_DEPLOYMENT="gpt-5-mini"
|
||||
AZURE_GPT5_MINI_API_KEY=""
|
||||
AZURE_GPT5_MINI_API_BASE=""
|
||||
AZURE_GPT5_MINI_API_VERSION="2025-01-01-preview"
|
||||
|
||||
ENABLE_AZURE_GPT5_NANO=false
|
||||
AZURE_GPT5_NANO_DEPLOYMENT="gpt-5-nano"
|
||||
AZURE_GPT5_NANO_API_KEY=""
|
||||
AZURE_GPT5_NANO_API_BASE=""
|
||||
AZURE_GPT5_NANO_API_VERSION="2025-01-01-preview"
|
||||
|
||||
# ENABLE_GEMINI: Set to true to enable Gemini as a language model provider.
|
||||
ENABLE_GEMINI=false
|
||||
# GEMINI_API_KEY: Your Gemini API key for accessing models like GPT-4.
|
||||
@@ -51,7 +70,9 @@ VOLCENGINE_API_KEY=""
|
||||
VOLCENGINE_API_BASE="https://ark.cn-beijing.volces.com/api/v3"
|
||||
|
||||
# LLM_KEY: The chosen language model to use. This should be one of the models
|
||||
# provided by the enabled LLM providers (e.g., OPENAI_GPT4_TURBO, OPENAI_GPT4V, ANTHROPIC_CLAUDE3, AZURE_OPENAI_GPT4V).
|
||||
# provided by the enabled LLM providers (e.g., OPENAI_GPT5, OPENAI_GPT5_MINI, OPENAI_GPT5_NANO,
|
||||
# AZURE_OPENAI_GPT5, AZURE_OPENAI_GPT5_MINI, AZURE_OPENAI_GPT5_NANO, OPENAI_GPT4_TURBO,
|
||||
# OPENAI_GPT4V, ANTHROPIC_CLAUDE3, AZURE_OPENAI_GPT4V).
|
||||
LLM_KEY=""
|
||||
# a cheaper LLM providers to help finishing some small tasks, like custom selection or svg conversion. If empty, it will be the same as LLM_KEY
|
||||
SECONDARY_LLM_KEY=""
|
||||
|
||||
Reference in New Issue
Block a user