From a0f146a6fc3445c3ff7312fca91d1b1b7df60cf9 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Tue, 7 May 2024 20:43:34 -0400 Subject: [PATCH] Minor performance tweak, gpt 3.5 for title model --- ui/recipes_assistant_chat/librechat.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/recipes_assistant_chat/librechat.yaml b/ui/recipes_assistant_chat/librechat.yaml index 3c4c1d7d..a6834a20 100644 --- a/ui/recipes_assistant_chat/librechat.yaml +++ b/ui/recipes_assistant_chat/librechat.yaml @@ -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 @@ -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"