mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-03-02 08:10:14 +08:00
修复 VISION_MDOELS 在 docker 运行阶段不生效的问题
This commit is contained in:
@@ -14,6 +14,7 @@ const DANGER_CONFIG = {
|
||||
disableFastLink: serverConfig.disableFastLink,
|
||||
customModels: serverConfig.customModels,
|
||||
defaultModel: serverConfig.defaultModel,
|
||||
visionModels: serverConfig.visionModels,
|
||||
};
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user