forked from janhq/jan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0xSage
committed
Dec 15, 2023
1 parent
6158f85
commit c556427
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@janhq/assistant-extension", | ||
"version": "1.0.0", | ||
"description": "Assistant extension", | ||
"description": "This extension enables assistants, including Jan, a default assistant that can call all downloaded models", | ||
"main": "dist/index.js", | ||
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@janhq/conversational-extension", | ||
"version": "1.0.0", | ||
"description": "Conversational Extension - Stores jan app threads and messages in JSON files", | ||
"description": "This extension enables conversations and state persistence via your filesystem", | ||
"main": "dist/index.js", | ||
"author": "Jan <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@janhq/inference-nitro-extension", | ||
"version": "1.0.0", | ||
"description": "Inference Engine for Nitro Extension, powered by @janhq/nitro, bring a high-performance Llama model inference in pure C++.", | ||
"description": "This extension embeds Nitro, a lightweight (3mb) inference engine written in C++. See nitro.jan.ai", | ||
"main": "dist/index.js", | ||
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@janhq/inference-openai-extension", | ||
"version": "1.0.0", | ||
"description": "Inference Engine for OpenAI Extension that can be used with any OpenAI compatible API", | ||
"description": "This extension enables OpenAI chat completion API calls", | ||
"main": "dist/index.js", | ||
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@janhq/inference-triton-trt-llm-extension", | ||
"version": "1.0.0", | ||
"description": "Inference Engine for NVIDIA Triton with TensorRT-LLM Extension integration on Jan extension framework", | ||
"description": "This extension enables Nvidia's TensorRT-LLM as an inference engine option", | ||
"main": "dist/index.js", | ||
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@janhq/model-extension", | ||
"version": "1.0.13", | ||
"description": "Model Management Extension provides model exploration and seamless downloads", | ||
"description": "This extension provides model downloads and controls the model lifecycle", | ||
"main": "dist/index.js", | ||
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@janhq/monitoring-extension", | ||
"version": "1.0.9", | ||
"description": "Utilizing systeminformation, it provides essential System and OS information retrieval", | ||
"description": "This extension provides system health and OS level data", | ||
"main": "dist/index.js", | ||
"module": "dist/module.js", | ||
"author": "Jan <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters