@push.rocks/smartai 0.5.8 → 0.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@push.rocks/smartai",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"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.",
|
|
6
6
|
"main": "dist_ts/index.js",
|
package/readme.md
CHANGED
|
@@ -452,15 +452,6 @@ export PERPLEXITY_API_KEY=pplx-...
|
|
|
452
452
|
| **Real-time Data** | XAI | Access to current information |
|
|
453
453
|
| **Cost Sensitive** | Ollama/Exo | Free (local) or distributed compute |
|
|
454
454
|
|
|
455
|
-
## 🤝 Contributing
|
|
456
|
-
|
|
457
|
-
SmartAI is open source and welcomes contributions! Visit our [GitHub repository](https://code.foss.global/push.rocks/smartai) to:
|
|
458
|
-
|
|
459
|
-
- Report issues
|
|
460
|
-
- Submit pull requests
|
|
461
|
-
- Request features
|
|
462
|
-
- Join discussions
|
|
463
|
-
|
|
464
455
|
## 📈 Roadmap
|
|
465
456
|
|
|
466
457
|
- [ ] Streaming function calls
|