• Your Name's avatar
    Centralize model resolution logic in cache module · de4d544f
    Your Name authored
    - Added resolve_and_load_model() function to codai.models.cache
    - Simplified codai/api/images.py by removing 100+ lines of complex model resolution logic
    - API modules now use single centralized function for all model loading
    - Eliminates code duplication across API endpoints
    - All model resolution logic now managed in one place
    de4d544f
images.py 33.1 KB