Refactor --list-cached-models to use centralized cache module function
- Add list_cached_models_info() function to codai.models.cache module - Move cache listing logic from main.py to the cache module - Update main.py to use the centralized function early (before heavy imports) - Improves code organization and avoids unnecessary imports for --list-cached-models
Showing
Please
register
or
sign in
to comment