From 1ce412fd00bb0e96cb5e63c03a5cf9ea1bffc119 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 25 Apr 2024 10:49:08 +0200 Subject: [PATCH] 0.0.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e131646..edf6afc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartai", - "version": "0.0.9", + "version": "0.0.10", "private": false, "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", @@ -66,4 +66,4 @@ "modular design", "development tool" ] -} \ No newline at end of file +}