The model names provided in the CI for Ollama differ from the names provided in the test suite yet the ollama integration test passes. This behaviour is incorrect. Ideally, the test should fail if this kind of inconsistency exists and it should never pass. ci.yaml  test-llm/lib.rs  Result in Ollama integration test suite (while passing successfully) <img width="1092" alt="Image" src="https://github.com/user-attachments/assets/205c96aa-d9eb-4960-bd3a-10e57e839bcc" /> You can rework the tests to only pass when no errors are returned from the model so that the CI can fail and signal an issue.