Update env.example

This commit is contained in:
yangdx 2025-11-22 00:32:12 +08:00
parent 49fb11e205
commit fa6797f246

View file

@ -184,12 +184,12 @@ LLM_BINDING_HOST=https://api.openai.com/v1
LLM_BINDING_API_KEY=your_api_key
### Azure OpenAI example
### Use deployment name as model name or set AZURE_OPENAI_DEPLOYMENT istead
# AZURE_OPENAI_API_VERSION=2024-08-01-preview
# LLM_BINDING=azure_openai
# LLM_BINDING_HOST=https://xxxx.openai.azure.com/
# LLM_BINDING_API_KEY=your_api_key
### Use deployment name as model name or set AZURE_OPENAI_DEPLOYMENT istead
# LLM_MODEL=gpt-5-mini
# AZURE_OPENAI_API_VERSION=2024-08-01-preview
### Openrouter example
# LLM_MODEL=google/gemini-2.5-flash
@ -278,12 +278,12 @@ EMBEDDING_BINDING_HOST=https://api.openai.com/v1
EMBEDDING_BINDING_API_KEY=your_api_key
### Optional for Azure embedding
### Use deployment name as model name or set AZURE_EMBEDDING_DEPLOYMENT istead
# AZURE_EMBEDDING_DEPLOYMENT=text-embedding-3-large
# EMBEDDING_BINDING=azure_openai
# EMBEDDING_BINDING_HOST=https://xxxx.openai.azure.com/
# AZURE_EMBEDDING_API_KEY=your_api_key
# AZURE_EMBEDDING_API_VERSION=2024-08-01-preview
# Use deployment name as model name or set AZURE_EMBEDDING_DEPLOYMENT istead
# AZURE_EMBEDDING_DEPLOYMENT=text-embedding-3-large
# EMBEDDING_DIM=3072
### Gemini embedding