Releases: hand-e-fr/OpenHosta
Releases · hand-e-fr/OpenHosta
v4.3.1 Fix enum parsing with qwen3 235b instruct
What's Changed
- fix: handle ` arround enums by @battmanux in #256
Full Changelog: v4.3.0...v4.3.1
What's Changed
- fix: handle ` arround enums by @battmanux in #256
- cicd: change version tag by @battmanux in #257
Full Changelog: v4.3.0...v4.3.1
v4.3.0: Better Type descriptions in System Prompt
What's Changed
- Fix better type description in meta prompt by @battmanux in #255
Full Changelog: v4.2.2...v4.3.0
v4.2.2
v4.2.1: better meta prompt for gpt-5.4 with callables
v4.2.0: Add support for streaming and iterions
What's Changed
- Refactor documentation by @battmanux in #250
- v4.2.0: add streaming support by @battmanux in #252
Full Changelog: v4.1.0...v4.2.0
v4.1.0 Add Callable as acceptable return annotation
Nested Pydantic, dataclasses and enum in returned tuples
What's Changed
- Fix pydantic and enums in returned tuples by @battmanux in #248
Full Changelog: v4.0.5...v4.0.6
Fix issue when returning a tuple of Enum, str
What's Changed
- Allow tuple with Enum and str as return type by @battmanux in #247
Full Changelog: v4.0.4...v4.0.5
Fix TypedDict description once converted to LLM context
Imporove GPT-5 output parsing
What's Changed
- fix(pipeline): in some cases gpt-5 return quotes arround python response by @battmanux in #243
- fix: typo in pyproject.toml by @battmanux in #244
Full Changelog: v4.0.2...v4.0.3