From fcf1cb34254a611539ec16ba6fef5b42755ce732 Mon Sep 17 00:00:00 2001 From: Ahmad Barqawi Date: Sun, 10 Sep 2023 20:08:41 +0100 Subject: [PATCH] fix the index constant --- IntelliNode/index.js | 2 +- IntelliNode/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IntelliNode/index.js b/IntelliNode/index.js index 9ceb13d..342248c 100644 --- a/IntelliNode/index.js +++ b/IntelliNode/index.js @@ -57,7 +57,7 @@ const SystemHelper = require('./utils/SystemHelper'); const Prompt = require('./utils/Prompt'); const ProxyHelper = require('./utils/ProxyHelper'); const GPTStreamParser = require('./utils/StreamParser'); -ChatContext = require('./utils/ChatContext'); +const ChatContext = require('./utils/ChatContext'); module.exports = { RemoteLanguageModel, diff --git a/IntelliNode/package.json b/IntelliNode/package.json index eaed0d9..c76bae6 100644 --- a/IntelliNode/package.json +++ b/IntelliNode/package.json @@ -1,6 +1,6 @@ { "name": "intellinode", - "version": "1.4.1", + "version": "1.4.2", "description": "Access various AI models, such as ChatGPT, Llama, Diffusion, Cohere, Hugging face, and others", "main": "index.js", "keywords": [