mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-26 01:52:16 +08:00
chore: fix some comments to improve readability (#14756)
### What problem does this PR solve? fix some comments to improve readability ### Type of change - [x] Documentation Update --------- Signed-off-by: box4wangjing <box4wangjing@outlook.com>
This commit is contained in:
@@ -783,7 +783,7 @@ def test_add_llm_model_type_probe_and_persistence_matrix_unit(monkeypatch):
|
||||
|
||||
res = _call({"llm_factory": "FRKey", "llm_name": "m", "model_type": module.LLMType.RERANK.value, "verify": True})
|
||||
assert res["code"] == 0
|
||||
assert "dose not support this model(FRKey/m)" in res["data"]["message"]
|
||||
assert "does not support this model(FRKey/m)" in res["data"]["message"]
|
||||
|
||||
res = _call({"llm_factory": "FRFail", "llm_name": "m", "model_type": module.LLMType.RERANK.value, "verify": True})
|
||||
assert res["code"] == 0
|
||||
|
||||
Reference in New Issue
Block a user