mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-15 05:23:42 +08:00
feat: support close model provider display
This commit is contained in:
@@ -231,5 +231,7 @@ export const getServerSideConfig = () => {
|
||||
edgeTTSVoiceName: process.env.EDGE_TTS_VOICE_NAME ?? "zh-CN-YunxiNeural",
|
||||
isUseOpenAIEndpointForAllModels:
|
||||
!!process.env.USE_OPENAI_ENDPOINT_FOR_ALL_MODELS,
|
||||
|
||||
disableModelProviderDisplay: !!process.env.DISABLE_MODEL_PROVIDER_DISPLAY,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user