From c9b62875f19671342957c5aeaf0d22beea15f3b4 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:22:53 +0100 Subject: [PATCH] gpt-4 --- app/store/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/config.ts b/app/store/config.ts index 09339158c..7b3be470d 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -46,7 +46,7 @@ export const DEFAULT_CONFIG = { models: DEFAULT_MODELS as any as LLMModel[], modelConfig: { - model: "gpt-4-1106-preview" as ModelType, + model: "gpt-4" as ModelType, temperature: 0.5, top_p: 1, max_tokens: 8000,