This commit is contained in:
Philipp Kunz 2024-04-25 10:49:08 +02:00
parent 92c382c16e
commit 1ce412fd00

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartai", "name": "@push.rocks/smartai",
"version": "0.0.9", "version": "0.0.10",
"private": false, "private": false,
"description": "Provides a standardized interface for integrating and conversing with multiple AI models, supporting operations like chat and potentially audio responses.", "description": "Provides a standardized interface for integrating and conversing with multiple AI models, supporting operations like chat and potentially audio responses.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -66,4 +66,4 @@
"modular design", "modular design",
"development tool" "development tool"
] ]
} }