From 5a8fbaa654c85ceba06f37c2d930ca6aef37df0a Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:16:04 +0100 Subject: [PATCH] model replace --- app/client/platforms/openai.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/platforms/openai.ts b/app/client/platforms/openai.ts index cd03b4f62..2be8891a2 100644 --- a/app/client/platforms/openai.ts +++ b/app/client/platforms/openai.ts @@ -101,9 +101,9 @@ export class ChatGPTApi implements LLMApi { // Define an array with the model names that should be replaced const modelsToReplace = [ "gpt-4", + "gpt-4-32k", "gpt-4-0314", "gpt-4-0613", - "gpt-4-turbo-preview", "gpt-4-32k-0314", "gpt-4-32k-0613", ];