fix(documentation): Updated README structure and added detailed usage examples

This commit is contained in:
2025-02-05 14:21:26 +01:00
parent de940dff75
commit 17e1a1f1e1
3 changed files with 182 additions and 91 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-02-05 - 0.3.1 - fix(documentation)
Updated README structure and added detailed usage examples
- Introduced a Table of Contents
- Included comprehensive sections for chat, streaming chat, audio generation, document processing, and vision processing
- Added example code and detailed configuration steps for supported AI providers
- Clarified the development setup with instructions for running tests and building the project
## 2025-02-05 - 0.3.0 - feat(integration-xai)
Add support for X.AI provider with chat and document processing capabilities.