mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-19 11:45:10 +08:00
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)
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user