mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
feat: optimize whitelist for model providers
This commit is contained in:
@ -203,7 +203,7 @@ class ModelProviderFactory:
|
||||
# get all folders path under model_providers_path that do not start with __
|
||||
whitelist = [
|
||||
"baichuan", "chatglm", "deepseek", "hunyuan", "minimax", "moonshot",
|
||||
"siliconflow", "tongyi", "volcengine_maas",
|
||||
"tongyi", "volcengine_maas",
|
||||
"wenxin", "xinference", "yi", "zhipuai"
|
||||
]
|
||||
model_provider_dir_paths = [
|
||||
|
||||
Reference in New Issue
Block a user