mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-18 06:53:41 +08:00
disable gpt4
This commit is contained in:
@@ -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 = [
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user