fix(core): Fix OpenAI chat streaming and PDF document processing logic.

This commit is contained in:
2025-02-25 18:23:28 +00:00
parent 9b38a3c06e
commit 6ce442354e
5 changed files with 522 additions and 257 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-02-25 - 0.4.2 - fix(core)
Fix OpenAI chat streaming and PDF document processing logic.
- Updated OpenAI chat streaming to handle new async iterable format.
- Improved PDF document processing by filtering out empty image buffers.
- Removed unsupported temperature options from OpenAI requests.
## 2025-02-25 - 0.4.1 - fix(provider)
Fix provider modules for consistency