Skip to content

Commit

Permalink
Merge pull request #56 from intelligentnode/52-add-chat-context-function
Browse files Browse the repository at this point in the history
fix the index constant
  • Loading branch information
intelligentnode authored Sep 10, 2023
2 parents 38dd90c + fcf1cb3 commit 8c9ea21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IntelliNode/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion IntelliNode/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 8c9ea21

Please sign in to comment.