mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 04:33:42 +08:00
fix: USE_OPENAI_ENDPOINT_FOR_ALL_MODELS
This commit is contained in:
@@ -16,6 +16,7 @@ const DANGER_CONFIG = {
|
||||
isEnableRAG: serverConfig.isEnableRAG,
|
||||
defaultModel: serverConfig.defaultModel,
|
||||
edgeTTSVoiceName: serverConfig.edgeTTSVoiceName,
|
||||
isUseOpenAIEndpointForAllModels: serverConfig.isUseOpenAIEndpointForAllModels,
|
||||
};
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user