mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
feat: optimize whitelist for model providers
This commit is contained in:
parent
87a4776272
commit
c106a896a5
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user