llama-stack-mirror/tests/unit/providers/utils/inference
Matthew Farrellee b48d5cfed7
feat(internal): add image_url download feature to OpenAIMixin (#3516)
# What does this PR do?

simplify Ollama inference adapter by -
 - moving image_url download code to OpenAIMixin
- being a ModelRegistryHelper instead of having one (mypy blocks
check_model_availability method assignment)

## Test Plan

 - add unit tests for new download feature
- add integration tests for openai_chat_completion w/ image_url (close
test gap)
2025-09-26 17:32:16 -04:00
..
test_openai_compat.py fix: use ChatCompletionMessageFunctionToolCall (#3142) 2025-08-14 10:27:00 -07:00
test_openai_mixin.py feat(internal): add image_url download feature to OpenAIMixin (#3516) 2025-09-26 17:32:16 -04:00