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