hokusai/bulkgen/providers
Konstantin Fickel 15fdff7763
feat: add Mistral text generation provider
- Uses native async API (chat.complete_async)
- Appends text input file contents to prompt with headers
- Notes image inputs as attached references
- Writes raw LLM response directly to output file
2026-02-13 20:12:45 +01:00
..
__init__.py feat: add abstract Provider base class 2026-02-13 20:10:02 +01:00
image.py chore: add pyrightconfig.json pointing to devenv venv 2026-02-13 20:10:48 +01:00
text.py feat: add Mistral text generation provider 2026-02-13 20:12:45 +01:00