feat: add ModelScope provider preset with GLM-4.5 model configuration

This commit is contained in:
Jason
2025-09-06 11:01:09 +08:00
parent a14f7ef9b2
commit 74ab14f572

View File

@@ -62,6 +62,18 @@ export const providerPresets: ProviderPreset[] = [
},
},
},
{
name: "魔搭",
websiteUrl: "https://modelscope.cn",
settingsConfig: {
"env": {
ANTHROPIC_AUTH_TOKEN: "ms-your-api-key-here",
ANTHROPIC_BASE_URL: "https://api-inference.modelscope.cn",
ANTHROPIC_MODEL: "ZhipuAI/GLM-4.5",
ANTHROPIC_SMALL_FAST_MODEL: "ZhipuAI/GLM-4.5"
},
},
},
{
name: "PackyCode",
websiteUrl: "https://www.packycode.com",