File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -184,12 +184,12 @@ LLM_BINDING_HOST=https://api.openai.com/v1
184184LLM_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
278278EMBEDDING_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
You can’t perform that action at this time.
0 commit comments