From 23887ae01c77178a13ef855bf431df8f274b6c67 Mon Sep 17 00:00:00 2001 From: zachey <63107653+zachey01@users.noreply.github.com> Date: Wed, 10 Jul 2024 03:08:00 +0500 Subject: [PATCH] 1.5.17 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdb3ca4..92de11a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gpt4js", - "version": "1.5.16", + "version": "1.5.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gpt4js", - "version": "1.5.16", + "version": "1.5.17", "license": "GNU", "bin": { "gpt4js": "src/bin/server.js" diff --git a/package.json b/package.json index a93e7c5..b59241f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gpt4js", - "version": "1.5.16", + "version": "1.5.17", "description": "Simplifies interaction with various AI models, eliminating the need for an API Key or any other authorization method to access these chat completions and image generation models.", "main": "index.cjs", "module": "index.js",