Skip to content

Commit 5f53de8

Browse files
committed
Fix Azure configuration examples and correct typos in env.example
1 parent fa6797f commit 5f53de8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

env.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ LLM_BINDING_HOST=https://api.openai.com/v1
184184
LLM_BINDING_API_KEY=your_api_key
185185

186186
### Azure OpenAI example
187-
### Use deployment name as model name or set AZURE_OPENAI_DEPLOYMENT istead
187+
### Use deployment name as model name or set AZURE_OPENAI_DEPLOYMENT instead
188188
# AZURE_OPENAI_API_VERSION=2024-08-01-preview
189189
# LLM_BINDING=azure_openai
190190
# LLM_BINDING_HOST=https://xxxx.openai.azure.com/
191191
# LLM_BINDING_API_KEY=your_api_key
192-
# LLM_MODEL=gpt-5-mini
192+
# LLM_MODEL=my-gpt-mini-deployment
193193

194194
### Openrouter example
195195
# LLM_MODEL=google/gemini-2.5-flash
@@ -278,12 +278,12 @@ EMBEDDING_BINDING_HOST=https://api.openai.com/v1
278278
EMBEDDING_BINDING_API_KEY=your_api_key
279279

280280
### Optional for Azure embedding
281-
### Use deployment name as model name or set AZURE_EMBEDDING_DEPLOYMENT istead
282-
# AZURE_EMBEDDING_DEPLOYMENT=text-embedding-3-large
281+
### Use deployment name as model name or set AZURE_EMBEDDING_DEPLOYMENT instead
282+
# AZURE_EMBEDDING_API_VERSION=2024-08-01-preview
283283
# EMBEDDING_BINDING=azure_openai
284284
# EMBEDDING_BINDING_HOST=https://xxxx.openai.azure.com/
285-
# AZURE_EMBEDDING_API_KEY=your_api_key
286-
# AZURE_EMBEDDING_API_VERSION=2024-08-01-preview
285+
# EMBEDDING_API_KEY=your_api_key
286+
# EMBEDDING_MODEL==my-text-embedding-3-large-deployment
287287
# EMBEDDING_DIM=3072
288288

289289
### Gemini embedding

0 commit comments

Comments
 (0)