Skip to content

Commit e2fe86d

Browse files
Merge pull request #85 from intelligentnode/82-add-support-for-intellinode-data-loader
update the publish details
2 parents 61385cf + 9a3d545 commit e2fe86d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

IntelliNode/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
IntelliNode is the ultimate tool to integrate with the latest language models and deep learning frameworks using **javascript**. The library provides intuitive functions for sending input to models like ChatGPT, WaveNet and Stable diffusion, and receiving generated text, speech, or images. With just a few lines of code, you can easily access the power of cutting-edge AI models to enhance your projects.
2020

2121
# Latest Updates
22+
- Update the chatbot to augment answers with your documents, allowing for a multi-model agent approach.
2223
- Update Openai with DALL·E 3 vision, speech, and ChatGPT functions (automation).
2324
- Improve Llama v2 chat speed and support llama code models. 🦙
2425
- Update stable diffusion to use the XL model engine. 🎨

IntelliNode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intellinode",
3-
"version": "1.6",
3+
"version": "1.6.0",
44
"description": "Integrate and evaluate various AI models, such as ChatGPT, Llama, Diffusion, Cohere, and Hugging Face.",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)