From 5da120182946e340f6cd5b6cf85620040fcb2945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Sat, 15 Jun 2024 20:26:34 +0200 Subject: [PATCH] doc: Fix env example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23f179f..39ec82d 100644 --- a/README.md +++ b/README.md @@ -268,10 +268,10 @@ AZURE_CLIENT_SECRET=xxx AZURE_TENANT_ID=xxx ``` -To override a specific configuration value, you can also use environment variables. For example, to override the `llm.endpoint` value, you can use the `LLM__ENDPOINT` variable: +To override a specific configuration value, you can also use environment variables. For example, to override the `llm.fast.azure_openai.endpoint` value, you can use the `LLM__FAST__AZURE_OPENAI__ENDPOINT` variable: ```dotenv -LLM__ENDPOINT=https://xxx.openai.azure.com +LLM__FAST__AZURE_OPENAI__ENDPOINT=https://xxx.openai.azure.com ``` Then run: