From 82abc06da402cfe9cee827dcb50fddddcaaa59f7 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 29 Apr 2024 12:37:43 +0200 Subject: [PATCH] 0.0.13 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ec6de3a..f9008f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartai", - "version": "0.0.12", + "version": "0.0.13", "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 +}