fix(core): Enhanced chat streaming and error handling across providers
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-02-03 - 0.0.19 - fix(core)
|
||||
Enhanced chat streaming and error handling across providers
|
||||
|
||||
- Refactored chatStream method to properly handle input streams and processes in Perplexity, OpenAI, Ollama, and Anthropic providers.
|
||||
- Improved error handling and message parsing in chatStream implementations.
|
||||
- Defined distinct interfaces for chat options, messages, and responses.
|
||||
- Adjusted the test logic in test/test.ts for the new classification response requirement.
|
||||
|
||||
## 2024-09-19 - 0.0.18 - fix(dependencies)
|
||||
Update dependencies to the latest versions.
|
||||
|
||||
|
Reference in New Issue
Block a user