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:
方程
2026-02-02 13:43:16 +08:00
committed by GitHub
parent 1a2d69edc4
commit 8fc3986f70
2 changed files with 13 additions and 14 deletions

View File

@ -3738,23 +3738,23 @@
}, },
{ {
"llm_name": "Qwen3-Reranker-8B", "llm_name": "Qwen3-Reranker-8B",
"tags": "TEXT EMBEDDING,TEXT RE-RANK", "tags": "TEXT RE-RANK,32K",
"max_tokens": 32768, "max_tokens": 32768,
"model_type": "embedding", "model_type": "reranker",
"is_tools": false "is_tools": false
}, },
{ {
"llm_name": "Qwen3-Reranker-4B", "llm_name": "Qwen3-Reranker-4B",
"tags": "TEXT EMBEDDING,TEXT RE-RANK", "tags": "TEXT RE-RANK,32K",
"max_tokens": 32768, "max_tokens": 32768,
"model_type": "embedding", "model_type": "reranker",
"is_tools": false "is_tools": false
}, },
{ {
"llm_name": "Qwen3-Reranker-0.6B", "llm_name": "Qwen3-Reranker-0.6B",
"tags": "TEXT EMBEDDING,TEXT RE-RANK", "tags": "TEXT RE-RANK,32K",
"max_tokens": 32768, "max_tokens": 32768,
"model_type": "embedding", "model_type": "reranker",
"is_tools": false "is_tools": false
}, },
{ {
@ -3794,9 +3794,9 @@
}, },
{ {
"llm_name": "jina-reranker-m0", "llm_name": "jina-reranker-m0",
"tags": "TEXT EMBEDDING,TEXT RE-RANK", "tags": "TEXT RE-RANK,10K",
"max_tokens": 10240, "max_tokens": 10240,
"model_type": "embedding", "model_type": "reranker",
"is_tools": false "is_tools": false
}, },
{ {
@ -3808,9 +3808,9 @@
}, },
{ {
"llm_name": "bce-reranker-base_v1", "llm_name": "bce-reranker-base_v1",
"tags": "TEXT EMBEDDING,TEXT RE-RANK", "tags": "TEXT RE-RANK",
"max_tokens": 512, "max_tokens": 512,
"model_type": "embedding", "model_type": "reranker",
"is_tools": false "is_tools": false
}, },
{ {
@ -3822,9 +3822,9 @@
}, },
{ {
"llm_name": "bge-reranker-v2-m3", "llm_name": "bge-reranker-v2-m3",
"tags": "TEXT EMBEDDING,TEXT RE-RANK", "tags": "TEXT RE-RANK",
"max_tokens": 8192, "max_tokens": 8192,
"model_type": "embedding", "model_type": "reranker",
"is_tools": false "is_tools": false
}, },
{ {

View File

@ -168,8 +168,7 @@ export const APIMapUrl = {
[LLMFactory.ModelScope]: 'https://modelscope.cn/my/myaccesstoken', [LLMFactory.ModelScope]: 'https://modelscope.cn/my/myaccesstoken',
[LLMFactory.GoogleCloud]: 'https://console.cloud.google.com/apis/credentials', [LLMFactory.GoogleCloud]: 'https://console.cloud.google.com/apis/credentials',
[LLMFactory.FishAudio]: 'https://fish.audio/app/api-keys/', [LLMFactory.FishAudio]: 'https://fish.audio/app/api-keys/',
[LLMFactory.GiteeAI]: [LLMFactory.GiteeAI]: 'https://ai.gitee.com/dashboard/settings/tokens',
'https://ai.gitee.com/hhxzgrjn/dashboard/settings/tokens',
[LLMFactory.StepFun]: 'https://platform.stepfun.com/interface-key', [LLMFactory.StepFun]: 'https://platform.stepfun.com/interface-key',
[LLMFactory.BaiChuan]: 'https://platform.baichuan-ai.com/console/apikey', [LLMFactory.BaiChuan]: 'https://platform.baichuan-ai.com/console/apikey',
[LLMFactory.PPIO]: 'https://ppio.com/settings/key-management', [LLMFactory.PPIO]: 'https://ppio.com/settings/key-management',