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