fix: update ZHIPU-AI API key URL to the new BigModel console (#18406)

This commit is contained in:
euvre
2026-08-17 20:25:45 -07:00
committed by GitHub
parent c6ec7d4eee
commit 45d2ac0eef

View File

@@ -227,7 +227,7 @@ export const APIMapUrl = {
[LLMFactory.Moonshot]: 'https://platform.moonshot.cn/console/api-keys',
[LLMFactory.TongYiQianWen]:
'https://bailian.console.aliyun.com/?tab=model#/api-key',
[LLMFactory.ZhipuAI]: 'https://open.bigmodel.cn/usercenter/apikeys',
[LLMFactory.ZhipuAI]: 'https://bigmodel.cn/usercenter/proj-mgmt/apikeys',
[LLMFactory.XAI]: 'https://x.ai/api/',
[LLMFactory.HuggingFace]: 'https://huggingface.co/settings/tokens',
[LLMFactory.Mistral]: 'https://console.mistral.ai/api-keys/',