Skip to content

Commit 4a72d8d

Browse files
Merge pull request #122 from intelligentnode/update-the-release-desc
Update the release desc
2 parents 8453a31 + 22462fa commit 4a72d8d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

IntelliNode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Integrate your data with the latest language models and deep learning frameworks
2121
- Support Nvidia hosted models deepseek 🐳 and llama3 🦙.
2222
- Add Anthropic claude 3 chat.
2323
- Add Google Gemini chat and vision.
24-
- Add Mistral SMoE model as a chatbot provider (open source mixture of experts).
24+
- Add Mistral MoE model as a chatbot provider.
2525
- Update stable diffusion to use the XL model engine. 🎨
2626
- Add support for hugging face inference. 🤗
2727
- Support in-memory semantic search. 🔍

IntelliNode/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IntelliNode/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
{
22
"name": "intellinode",
3-
"version": "2.0.5",
4-
"description": "Evaluate and integrate with latest AI models including ChatGPT, Llama, Diffusion, Deepseek, Gemini, and Hugging Face.",
3+
"version": "2.0.6",
4+
"description": "Create AI agents using the latest models, including ChatGPT, Llama, Diffusion, Cohere, Gemini, and Hugging Face.",
55
"main": "index.js",
66
"keywords": [
77
"ai",
88
"ChatGPT",
9+
"o3",
910
"stable diffusion",
1011
"openai",
1112
"huggingface",
12-
"llm",
13-
"embeddings",
14-
"prompt",
13+
"Llama",
1514
"image generation",
1615
"speech synthesis",
17-
"deepseek",
16+
"prompt",
17+
"automation",
18+
"mistral",
1819
"gemini",
20+
"autogpt",
21+
"deepseek",
1922
"framework"
2023
],
2124
"author": "IntelliNode",

0 commit comments

Comments
 (0)