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 = [ {