mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-03 16:46:40 +08:00
disable gpt4 option
This commit is contained in:
parent
d9c0778ceb
commit
125701c392
@ -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 = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user