Fix model test routing for image providers

This commit is contained in:
yicone
2026-06-02 21:14:36 +08:00
parent cce8a50cac
commit e414975d0c
7 changed files with 309 additions and 163 deletions
+2
View File
@@ -29,6 +29,8 @@ const ALIAS_TO_PROVIDER_ID = {
kimi: "kimi",
minimax: "minimax",
"minimax-cn": "minimax-cn",
hf: "huggingface",
huggingface: "huggingface",
ds: "deepseek",
deepseek: "deepseek",
cmc: "commandcode",