hokusai/bulkgen
Konstantin Fickel 61f30a8bb1
All checks were successful
Continuous Integration / Build Package (push) Successful in 31s
Continuous Integration / Lint, Check & Test (push) Successful in 50s
fix: don't pass response_format to gpt-image-* models
gpt-image-* models return b64_json by default and reject the
response_format parameter with a 400 error. Only pass it for
DALL-E models which default to url.
2026-02-15 14:47:52 +01:00
..
providers fix: don't pass response_format to gpt-image-* models 2026-02-15 14:47:52 +01:00
__init__.py feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
builder.py fix: handle long/multiline prompts in _resolve_prompt 2026-02-15 14:43:46 +01:00
cli.py refactor: use project-named state file and store prompt/params directly 2026-02-15 13:56:12 +01:00
config.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
graph.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
resolve.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
state.py refactor: use project-named state file and store prompt/params directly 2026-02-15 13:56:12 +01:00