Description
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)

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.