feat(documentation and configuration): Enhanced package and README documentation

This commit is contained in:
2025-02-25 19:04:40 +00:00
parent 0a80ac0a8a
commit 6b241f8889
5 changed files with 148 additions and 215 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-25 - 0.5.0 - feat(documentation and configuration)
Enhanced package and README documentation
- Expanded the package description to better reflect the library's capabilities.
- Improved README with detailed usage examples for initialization, chat interactions, streaming chat, audio generation, document analysis, and vision processing.
- Provided error handling strategies and advanced streaming customization examples.
## 2025-02-25 - 0.4.2 - fix(core)
Fix OpenAI chat streaming and PDF document processing logic.