From 567037b7957f9f062b4de526f3d327b954ae05aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20MANSUY?= Date: Thu, 4 Dec 2025 19:14:32 +0800 Subject: [PATCH] cherry-pick 5f53de88 --- env.example | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/env.example b/env.example index 325ba69c..fea99953 100644 --- a/env.example +++ b/env.example @@ -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 instead +# 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 +# LLM_MODEL=my-gpt-mini-deployment ### 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 instead +# AZURE_EMBEDDING_API_VERSION=2024-08-01-preview # 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_API_KEY=your_api_key +# EMBEDDING_MODEL==my-text-embedding-3-large-deployment # EMBEDDING_DIM=3072 ### Gemini embedding