mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-03 09:05:07 +08:00
fix(llm): Fix Gitee AI links and update the reranker model configuration (#12916)
### What problem does this PR solve? Fix Gitee AI links and update the reranker model configuration ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: franco <1787003204@q.comq>
This commit is contained in:
@ -168,8 +168,7 @@ export const APIMapUrl = {
|
||||
[LLMFactory.ModelScope]: 'https://modelscope.cn/my/myaccesstoken',
|
||||
[LLMFactory.GoogleCloud]: 'https://console.cloud.google.com/apis/credentials',
|
||||
[LLMFactory.FishAudio]: 'https://fish.audio/app/api-keys/',
|
||||
[LLMFactory.GiteeAI]:
|
||||
'https://ai.gitee.com/hhxzgrjn/dashboard/settings/tokens',
|
||||
[LLMFactory.GiteeAI]: 'https://ai.gitee.com/dashboard/settings/tokens',
|
||||
[LLMFactory.StepFun]: 'https://platform.stepfun.com/interface-key',
|
||||
[LLMFactory.BaiChuan]: 'https://platform.baichuan-ai.com/console/apikey',
|
||||
[LLMFactory.PPIO]: 'https://ppio.com/settings/key-management',
|
||||
|
||||
Reference in New Issue
Block a user