File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,20 @@ endpoints:
66 # Azure OpenAI Endpoint
77 # https://www.librechat.ai/docs/configuration/librechat_yaml/object_structure/azure_openai
88 azureOpenAI :
9-
109 # Specifies the model to use for generating conversation titles.
1110 titleConvo : true
12- titleModel : gpt-5 -mini
11+ titleModel : gpt-4o -mini
1312
1413 # Specifies the list of Azure OpenAI model groups.
1514 # Each group represents a set of models with shared configurations.
1615 groups :
1716 - group : default
1817 instanceName : ${AZURE_OPENAI_INSTANCE_NAME}
1918 apiKey : ${AZURE_OPENAI_API_KEY}
20- version : " 2024-10-21"
19+ version : ' 2024-10-21'
2120
2221 models :
23- gpt-5 :
24- deploymentName : gpt-5
25- gpt-5 -mini :
26- deploymentName : gpt-5 -mini
22+ gpt-4o :
23+ deploymentName : gpt-4o
24+ gpt-4o -mini :
25+ deploymentName : gpt-4o -mini
You can’t perform that action at this time.
0 commit comments