From 45d2ac0eefde3f1a063ac4502e03ebb704d7a213 Mon Sep 17 00:00:00 2001 From: euvre <93761161+euvre@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:25:45 -0700 Subject: [PATCH] fix: update ZHIPU-AI API key URL to the new BigModel console (#18406) --- web/src/constants/llm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/constants/llm.ts b/web/src/constants/llm.ts index b976717d37..f09acc217f 100644 --- a/web/src/constants/llm.ts +++ b/web/src/constants/llm.ts @@ -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/',