黄腾 aopstudio commited on
Commit
63ae668
·
1 Parent(s): 1c7b682

fix SILICONFLOW rerank error (#2313)

Browse files

### 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 <[email protected]>

Files changed (1) hide show
  1. conf/llm_factories.json +1 -1
conf/llm_factories.json CHANGED
@@ -3105,7 +3105,7 @@
3105
  "model_type": "rerank"
3106
  },
3107
  {
3108
- "llm_name": "netease-youdao/bce-reranker-base-v1",
3109
  "tags": "RE-RANK, 512",
3110
  "max_tokens": 1024,
3111
  "model_type": "rerank"
 
3105
  "model_type": "rerank"
3106
  },
3107
  {
3108
+ "llm_name": "netease-youdao/bce-reranker-base_v1",
3109
  "tags": "RE-RANK, 512",
3110
  "max_tokens": 1024,
3111
  "model_type": "rerank"