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