mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
FIX: correct typo (#5387)
### What problem does this PR solve? Correct typo in supported_models file ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -173,7 +173,7 @@ def add_llm():
|
||||
api_key = req.get("api_key", "xxxxxxxxxxxxxxx")
|
||||
|
||||
elif factory == "VLLM":
|
||||
llm_name = req["llm_name"] + "___OpenAI-API"
|
||||
llm_name = req["llm_name"] + "___VLLM"
|
||||
api_key = req.get("api_key", "xxxxxxxxxxxxxxx")
|
||||
|
||||
elif factory == "XunFei Spark":
|
||||
|
||||
Reference in New Issue
Block a user