From 189a32683f58d40d6415b676c6a44a6b90df39f0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 19 Sep 2024 12:56:35 +0200 Subject: [PATCH] 0.0.18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5a8a40..036eb86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartai", - "version": "0.0.17", + "version": "0.0.18", "private": false, "description": "A TypeScript library for integrating and interacting with multiple AI models, offering capabilities for chat and potentially audio responses.", "main": "dist_ts/index.js", @@ -67,4 +67,4 @@ "text-to-speech", "streaming chat" ] -} \ No newline at end of file +}