disable gpt4

This commit is contained in:
ZhaoLiu 2023-05-05 22:25:42 +08:00
parent 0101f3ff21
commit 393948ab84

View File

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