feat(core): Added support for Exo AI provider

This commit is contained in:
2025-02-08 12:08:14 +01:00
parent d93b198b09
commit f89888a542
6 changed files with 249 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-08 - 0.4.0 - feat(core)
Added support for Exo AI provider
- Introduced ExoProvider with chat functionalities.
- Updated SmartAi class to initialize ExoProvider.
- Extended Conversation class to support ExoProvider.
## 2025-02-05 - 0.3.3 - fix(documentation)
Update readme with detailed license and legal information.