hokusai/bulkgen/providers
Konstantin Fickel 6a9d7efd5d
All checks were successful
Continuous Integration / Build Package (push) Successful in 34s
Continuous Integration / Lint, Check & Test (push) Successful in 53s
fix: send images to Mistral as base64 vision chunks instead of placeholders
The text provider now includes reference_images alongside inputs when
building prompts. Image files are sent as base64 data URLs via
ImageURLChunk for actual multimodal vision support, replacing the
previous [Attached image: ...] placeholder text.
2026-02-14 17:45:39 +01:00
..
__init__.py feat: add abstract Provider base class 2026-02-13 20:10:02 +01:00
bfl.py refactor: replace blackforest package with custom async BFL client 2026-02-14 16:44:36 +01:00
image.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
text.py fix: send images to Mistral as base64 vision chunks instead of placeholders 2026-02-14 17:45:39 +01:00