From 125701c3927968b497e7c1e071a6ebe14180afa5 Mon Sep 17 00:00:00 2001 From: ZhaoLiu Date: Thu, 27 Apr 2023 17:47:22 +0800 Subject: [PATCH] disable gpt4 option --- 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 05a78f162..c6648cfc7 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -46,7 +46,7 @@ export type ChatConfigStore = ChatConfig & { export type ModelConfig = ChatConfig["modelConfig"]; -const ENABLE_GPT4 = true; +const ENABLE_GPT4 = false; export const ALL_MODELS = [ {