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:
box4wangjing
2026-05-11 17:48:48 +09:00
committed by GitHub
parent c58906b69e
commit 292b0b8bce
6 changed files with 8 additions and 8 deletions

View File

@@ -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