Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
574f7a594c |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-08-01 - 0.5.9 - fix(documentation)
|
||||||
|
Remove contribution section from readme
|
||||||
|
|
||||||
|
- Removed the contribution section from readme.md as requested
|
||||||
|
- Kept the roadmap section for future development plans
|
||||||
|
|
||||||
## 2025-08-01 - 0.5.8 - fix(core)
|
## 2025-08-01 - 0.5.8 - fix(core)
|
||||||
Fix SmartPdf lifecycle management and update dependencies
|
Fix SmartPdf lifecycle management and update dependencies
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartai",
|
"name": "@push.rocks/smartai",
|
||||||
"version": "0.5.8",
|
"version": "0.5.9",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "SmartAi is a versatile TypeScript library designed to facilitate integration and interaction with various AI models, offering functionalities for chat, audio generation, document processing, and vision tasks.",
|
"description": "SmartAi is a versatile TypeScript library designed to facilitate integration and interaction with various AI models, offering functionalities for chat, audio generation, document processing, and vision tasks.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@@ -452,15 +452,6 @@ export PERPLEXITY_API_KEY=pplx-...
|
|||||||
| **Real-time Data** | XAI | Access to current information |
|
| **Real-time Data** | XAI | Access to current information |
|
||||||
| **Cost Sensitive** | Ollama/Exo | Free (local) or distributed compute |
|
| **Cost Sensitive** | Ollama/Exo | Free (local) or distributed compute |
|
||||||
|
|
||||||
## 🤝 Contributing
|
|
||||||
|
|
||||||
SmartAI is open source and welcomes contributions! Visit our [GitHub repository](https://code.foss.global/push.rocks/smartai) to:
|
|
||||||
|
|
||||||
- Report issues
|
|
||||||
- Submit pull requests
|
|
||||||
- Request features
|
|
||||||
- Join discussions
|
|
||||||
|
|
||||||
## 📈 Roadmap
|
## 📈 Roadmap
|
||||||
|
|
||||||
- [ ] Streaming function calls
|
- [ ] Streaming function calls
|
||||||
|
Reference in New Issue
Block a user