From d9e6e9a8e52aba8986a19a66528c58c4b17ebf67 Mon Sep 17 00:00:00 2001 From: Aria F <51890782+ariafyy@users.noreply.github.com> Date: Fri, 7 Mar 2025 21:00:22 +0800 Subject: [PATCH] #refactor: Update config.example.toml with blur AZURE_OPENAI --- config/config.example.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/config.example.toml b/config/config.example.toml index a41e548..da251f8 100644 --- a/config/config.example.toml +++ b/config/config.example.toml @@ -6,14 +6,14 @@ api_key = "sk-..." max_tokens = 4096 temperature = 0.0 -[llm] #AZURE OPENAI: -api_type= 'azure' -model = "YOUR_MODEL_NAME" #"gpt-4o-mini" -base_url = "{YOUR_AZURE_ENDPOINT.rstrip('/')}/openai/deployments/{AZURE_DEPOLYMENT_ID}" -api_key = "AZURE API KEY" -max_tokens = 8096 -temperature = 0.0 -api_version="AZURE API VERSION" #"2024-08-01-preview" +# [llm] #AZURE OPENAI: +# api_type= 'azure' +# model = "YOUR_MODEL_NAME" #"gpt-4o-mini" +# base_url = "{YOUR_AZURE_ENDPOINT.rstrip('/')}/openai/deployments/{AZURE_DEPOLYMENT_ID}" +# api_key = "AZURE API KEY" +# max_tokens = 8096 +# temperature = 0.0 +# api_version="AZURE API VERSION" #"2024-08-01-preview" # Optional configuration for specific LLM models [llm.vision]