Merge pull request #2721 from yrk111222/feat/modelscope-update

Feat/modelscope update
This commit is contained in:
zhayujie
2026-03-30 11:39:50 +08:00
committed by GitHub
4 changed files with 764 additions and 157 deletions

View File

@@ -624,6 +624,13 @@ class ConfigHandler:
"api_base_default": "https://api.deepseek.com/v1",
"models": [const.DEEPSEEK_CHAT, const.DEEPSEEK_REASONER],
}),
("modelscope", {
"label": "ModelScope",
"api_key_field": "modelscope_api_key",
"api_base_key": None,
"api_base_default": None,
"models": [const.QWEN3_5_27B, const.QWEN3_235B_A22B_INSTRUCT_2507],
}),
("linkai", {
"label": "LinkAI",
"api_key_field": "linkai_api_key",