hokusai/tests
Konstantin Fickel 870023865d
feat: add OpenAI as provider for text and image generation
- Add openai_text.py: text generation via OpenAI chat completions API
  (gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, o3-mini)
- Add openai_image.py: image generation via OpenAI images API
  (gpt-image-1 with reference image support, dall-e-3, dall-e-2)
- Refactor builder provider dispatch from TargetType to model-name index
  to support multiple providers per target type
- Fix circular import between config.py and providers/__init__.py
  using TYPE_CHECKING guard
- Fix stale default model assertions in tests
- Add openai>=1.0.0 dependency
2026-02-15 13:48:06 +01:00
..
__init__.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
conftest.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00
test_builder.py feat: add OpenAI as provider for text and image generation 2026-02-15 13:48:06 +01:00
test_cli.py feat: add click-based colorized output with progress events and build timer 2026-02-14 21:25:38 +01:00
test_config.py feat: add OpenAI as provider for text and image generation 2026-02-15 13:48:06 +01:00
test_graph.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
test_providers.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
test_resolve.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
test_state.py test: add integration tests for all modules 2026-02-14 11:07:36 +01:00