Cook_with_a_LLM / src /models /vision.py
FredinVázquez
add vision model
6d25a57
raw
history blame contribute delete
269 Bytes
"""
Vision model thin wrapper. The heavy lifting is in agents/mise_en_place.py
and agents/progress_validator.py — this module exists for symmetry and to keep
imports tidy.
"""
from src.models.loader import get_vision_model
__all__ = ["get_vision_model"]