From 91bfcdf3f4d0a993e4e45022b070821603060251 Mon Sep 17 00:00:00 2001 From: euvre <93761161+euvre@users.noreply.github.com> Date: Thu, 13 Aug 2026 23:51:52 -0700 Subject: [PATCH] fix: update Tongyi Qianwen API key URL to bailian console (#18266) --- web/src/constants/llm.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/src/constants/llm.ts b/web/src/constants/llm.ts index 9218b43f1e..b976717d37 100644 --- a/web/src/constants/llm.ts +++ b/web/src/constants/llm.ts @@ -225,7 +225,8 @@ export const APIMapUrl = { [LLMFactory.Gemini]: 'https://aistudio.google.com/app/apikey', [LLMFactory.DeepSeek]: 'https://platform.deepseek.com/api_keys', [LLMFactory.Moonshot]: 'https://platform.moonshot.cn/console/api-keys', - [LLMFactory.TongYiQianWen]: 'https://dashscope.console.aliyun.com/apiKey', + [LLMFactory.TongYiQianWen]: + 'https://bailian.console.aliyun.com/?tab=model#/api-key', [LLMFactory.ZhipuAI]: 'https://open.bigmodel.cn/usercenter/apikeys', [LLMFactory.XAI]: 'https://x.ai/api/', [LLMFactory.HuggingFace]: 'https://huggingface.co/settings/tokens',