Commit graph

4 commits

Author SHA1 Message Date
d0dac5b1bf
refactor: move model definitions into providers and extract resolve module
Some checks failed
Continuous Integration / Build Package (push) Successful in 30s
Continuous Integration / Lint, Check & Test (push) Failing after 38s
- Rename ImageProvider to BlackForestProvider, TextProvider to MistralProvider
- Add get_provided_models() abstract method to Provider base class
- Move model lists from models.py into each provider's get_provided_models()
- Add providers/registry.py to aggregate models from all providers
- Extract infer_required_capabilities and resolve_model from config.py to resolve.py
- Update tests to use new names and import paths
2026-02-15 11:03:57 +01:00
dc6a75f5c4
chore: slim down model capabilities
Some checks failed
Continuous Integration / Build Package (push) Successful in 32s
Continuous Integration / Lint, Check & Test (push) Failing after 42s
2026-02-15 10:30:06 +01:00
8e3ed7010f
refactor: use StrEnum for model capabilities instead of plain strings 2026-02-15 10:30:03 +01:00
6a80cfb78e
refactor: move models.py into providers package 2026-02-15 10:30:02 +01:00
Renamed from bulkgen/models.py (Browse further)