From 2e4c6aa80a36fd2a41c8ca7b50db7334f019d166 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 4 Apr 2024 02:47:45 +0200 Subject: [PATCH] 0.0.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 26fbe28..e7ff10d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartai", - "version": "0.0.8", + "version": "0.0.9", "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", @@ -61,4 +61,4 @@ "TypeScript", "ESM" ] -} \ No newline at end of file +}