feat: update modelscope bot

This commit is contained in:
yrk
2026-03-24 10:43:45 +08:00
parent c062ca8c66
commit 4c1c42efac
4 changed files with 766 additions and 152 deletions

View File

@@ -568,6 +568,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",