From b65daeb945ccb0e53a273d29ad9b54678eb9ae08 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Fri, 9 Jan 2026 17:37:17 +0800 Subject: [PATCH] Fix: Baiduyiyan key invaild (#12531) ### What problem does this PR solve? Fix: Baiduyiyan key invaild ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- 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 19c4684d7..d603dbf4f 100644 --- a/web/src/constants/llm.ts +++ b/web/src/constants/llm.ts @@ -141,7 +141,8 @@ export const APIMapUrl = { [LLMFactory.HuggingFace]: 'https://huggingface.co/settings/tokens', [LLMFactory.Mistral]: 'https://console.mistral.ai/api-keys/', [LLMFactory.Cohere]: 'https://dashboard.cohere.com/api-keys', - [LLMFactory.BaiduYiYan]: 'https://wenxin.baidu.com/user/key', + [LLMFactory.BaiduYiYan]: + 'https://console.bce.baidu.com/qianfan/ais/console/apiKey', [LLMFactory.Meituan]: 'https://longcat.chat/platform/api_keys', [LLMFactory.Bedrock]: 'https://us-east-1.console.aws.amazon.com/iam/home?region=us-east-2#/users',