#refactor: Update config.example.toml with blur AZURE_OPENAI
This commit is contained in:
parent
ecac3382ec
commit
d9e6e9a8e5
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user