fix: update Tongyi Qianwen API key URL to bailian console (#18266)

This commit is contained in:
euvre
2026-08-13 23:51:52 -07:00
committed by GitHub
parent 3fdf29b609
commit 91bfcdf3f4

View File

@@ -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',