disable gpt4 option

This commit is contained in:
ZhaoLiu 2023-04-27 17:47:22 +08:00
parent d9c0778ceb
commit 125701c392

View File

@ -46,7 +46,7 @@ export type ChatConfigStore = ChatConfig & {
export type ModelConfig = ChatConfig["modelConfig"]; export type ModelConfig = ChatConfig["modelConfig"];
const ENABLE_GPT4 = true; const ENABLE_GPT4 = false;
export const ALL_MODELS = [ export const ALL_MODELS = [
{ {