mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-14 13:03:49 +08:00
fix: USE_OPENAI_ENDPOINT_FOR_ALL_MODELS
This commit is contained in:
@@ -153,5 +153,7 @@ export const getServerSideConfig = () => {
|
||||
allowedWebDevEndpoints,
|
||||
|
||||
edgeTTSVoiceName: process.env.EDGE_TTS_VOICE_NAME ?? "zh-CN-YunxiNeural",
|
||||
isUseOpenAIEndpointForAllModels:
|
||||
!!process.env.USE_OPENAI_ENDPOINT_FOR_ALL_MODELS,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user