Skip to content

Commit

Permalink
Merge pull request #85 from intelligentnode/82-add-support-for-intell…
Browse files Browse the repository at this point in the history
…inode-data-loader

update the publish details
  • Loading branch information
intelligentnode authored Dec 31, 2023
2 parents 61385cf + 9a3d545 commit e2fe86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions IntelliNode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
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.

# Latest Updates
- Update the chatbot to augment answers with your documents, allowing for a multi-model agent approach.
- Update Openai with DALL·E 3 vision, speech, and ChatGPT functions (automation).
- Improve Llama v2 chat speed and support llama code models. 🦙
- Update stable diffusion to use the XL model engine. 🎨
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.6",
"version": "1.6.0",
"description": "Integrate and evaluate various AI models, such as ChatGPT, Llama, Diffusion, Cohere, and Hugging Face.",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit e2fe86d

Please sign in to comment.