From 63da2cb7d598fe39a28f8f69c0ffbd32e900ccb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=85=BE?= <101850389+hangters@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:41:37 +0800 Subject: [PATCH] fix SILICONFLOW rerank error (#2313) ### What problem does this PR solve? #2231 fix SILICONFLOW rerank error ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Zhedong Cen --- conf/llm_factories.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 4dc9ed3bb..d70eef63c 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -3105,7 +3105,7 @@ "model_type": "rerank" }, { - "llm_name": "netease-youdao/bce-reranker-base-v1", + "llm_name": "netease-youdao/bce-reranker-base_v1", "tags": "RE-RANK, 512", "max_tokens": 1024, "model_type": "rerank"