From 393948ab848de21e8b441f586296e467633d4d05 Mon Sep 17 00:00:00 2001 From: ZhaoLiu Date: Fri, 5 May 2023 22:25:42 +0800 Subject: [PATCH] disable gpt4 --- 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 585bbbcd8..1501b1ef0 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 = false; +const ENABLE_GPT4 = true; export const ALL_MODELS = [ // {