Skip to content

Commit

Permalink
more copy nits
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSage committed Dec 15, 2023
1 parent 6158f85 commit c556427
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extensions/assistant-extension/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion extensions/conversational-extension/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion extensions/inference-nitro-extension/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion extensions/inference-openai-extension/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion extensions/inference-triton-trtllm-extension/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion extensions/model-extension/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion extensions/monitoring-extension/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion web/screens/Settings/Advanced/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Advanced = () => {
</h6>
</div>
<p className="whitespace-pre-wrap leading-relaxed">
Enable experimental features that may be unstable or not fully
Enable experimental features that may be unstable
tested.
</p>
</div>
Expand Down

0 comments on commit c556427

Please sign in to comment.