What's Changed
- Add chat templates integration by @juliendenize in #163
- Deprecate RawAudio in favor of str | bytes by @juliendenize in #227
- Generalize normalizer aggregation with dual separators by @juliendenize in #235
- Consolidate multimodal ContentChunk support for all message roles by @juliendenize in #241
- Fix
AudioChunk.to_openai()serialization for raw audio bytes and prefixed base64 audio strings. by @haoruilee in #245 - Resolve tokenizer from local cache in offline mode by @sarathfrancis90 in #249
- Remove to_openai and from_openai from InstructRequest by @juliendenize in #251
- Bump version to 1.11.4 by @juliendenize in #252
New Contributors
- @haoruilee made their first contribution in #245
- @sarathfrancis90 made their first contribution in #249
Full Changelog: v1.11.3...v1.11.4