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]