Skip to content

Commit 95c6ac7

Browse files
committed
Use gpt-4o as default
Signed-off-by: Roman Schwarz <rs@cloudeteer.de>
1 parent dc06b0c commit 95c6ac7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

librechat.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)