hokusai/bulkgen/providers
Konstantin Fickel d0dac5b1bf
Some checks failed
Continuous Integration / Build Package (push) Successful in 30s
Continuous Integration / Lint, Check & Test (push) Failing after 38s
refactor: move model definitions into providers and extract resolve module
- 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
..
__init__.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
bfl.py refactor: replace blackforest package with custom async BFL client 2026-02-14 16:44:36 +01:00
blackforest.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
mistral.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
models.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
registry.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00