Skip to content

Commit

Permalink
Minor performance tweak, gpt 3.5 for title model
Browse files Browse the repository at this point in the history
  • Loading branch information
dividor committed May 8, 2024
1 parent 4f365bd commit a0f146a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/recipes_assistant_chat/librechat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ registration:
# Definition of custom endpoints
endpoints:
azureOpenAI:
titleModel: "gpt-4"
titleModel: "gpt-3.5-turbo"
titleConvo: true
plugins: true
assistants: true
Expand All @@ -43,7 +43,7 @@ endpoints:
apiKey: 21e38dd24f114ef7b7ea8cd96112603a
instanceName: "dkopenai2"
version: "2024-02-15-preview"
assistants: true
assistants: true
models:
gpt-3.5-turbo:
deploymentName: "gpt-35-turbo"
Expand Down

0 comments on commit a0f146a

Please sign in to comment.