From ddab4a7c6c9015fc36d9e3ea7626131f6dcebfdf Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Fri, 30 Jun 2023 17:27:34 +0200 Subject: [PATCH] fix(streaming): removing not working --- frontend/lib/context/BrainConfigProvider/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/lib/context/BrainConfigProvider/types.ts b/frontend/lib/context/BrainConfigProvider/types.ts index c98e7e405..98cef4f3c 100644 --- a/frontend/lib/context/BrainConfigProvider/types.ts +++ b/frontend/lib/context/BrainConfigProvider/types.ts @@ -21,12 +21,12 @@ export type ConfigContext = { // export const openAiModels = ["gpt-3.5-turbo", "gpt-4"] as const; ## TODO activate GPT4 when not in demo mode export const openAiModels = [ - "gpt-3.5-turbo", + // "gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k", ] as const; export const openAiPaidModels = [ - "gpt-3.5-turbo", + // "gpt-3.5-turbo", "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k", "gpt-4",