v0.0.30 2025-02-27
What's Changed
- Use
.iter()
API to fully replace existing streaming implementation by @dmontagu in #951 - Added gpt-4.5-preview support for OpenAIModel by @dorukgezici in #1011
- Add attributes mode to InstrumentedModel by @alexmojaki in #1010
- Support different content inputs in
TestModel
by @Kludex in #1015
New Contributors
- @dorukgezici made their first contribution in #1011
Full Changelog: v0.0.29...v0.0.30