Fix: correct wrong vLLM rerank model (#5399)
### What problem does this PR solve? Correct wrong vLLM rerank model #4316 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
d9dd1171a3
commit
0284248c93
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@ RerankModel = {
|
|||
"NVIDIA": NvidiaRerank,
|
||||
"LM-Studio": LmStudioRerank,
|
||||
"OpenAI-API-Compatible": OpenAI_APIRerank,
|
||||
"VLLM": OpenAI_APIRerank,
|
||||
"VLLM": CoHereRerank,
|
||||
"Cohere": CoHereRerank,
|
||||
"TogetherAI": TogetherAIRerank,
|
||||
"SILICONFLOW": SILICONFLOWRerank,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue