-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4448 from janhq/chore/update-in-app-copy
Chore: Update in-app copy
- Loading branch information
Showing
19 changed files
with
73 additions
and
222 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,6 +1,6 @@ | ||
{ | ||
"name": "jan", | ||
"version": "0.1.1736316956", | ||
"version": "0.1.1736864554", | ||
"main": "./build/main.js", | ||
"author": "Jan <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -144,4 +144,4 @@ | |
"hoistingLimits": "workspaces" | ||
}, | ||
"packageManager": "[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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@janhq/assistant-extension", | ||
"productName": "Jan Assistant", | ||
"version": "1.0.2", | ||
"description": "This extension enables assistants, including Jan, a default assistant that can call all downloaded models", | ||
"description": "Powers the default AI assistant that works with all your installed models.", | ||
"main": "dist/index.js", | ||
"node": "dist/node/index.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@janhq/conversational-extension", | ||
"productName": "Conversational", | ||
"version": "1.0.0", | ||
"description": "This extension enables conversations and state persistence via your filesystem", | ||
"description": "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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@janhq/engine-management-extension", | ||
"productName": "Engine Management", | ||
"version": "1.0.0", | ||
"description": "Extension for managing engines and their configurations", | ||
"description": "Manages AI engines and their configurations.", | ||
"main": "dist/index.js", | ||
"node": "dist/node/index.cjs.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@janhq/model-extension", | ||
"productName": "Model Management", | ||
"version": "1.0.35", | ||
"description": "This extension manages model lists, model details, and model configurations", | ||
"description": "Handles model lists, their details, and settings.", | ||
"main": "dist/index.js", | ||
"author": "Jan <[email protected]>", | ||
"license": "AGPL-3.0", | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@janhq/monitoring-extension", | ||
"productName": "System Monitoring", | ||
"version": "1.0.10", | ||
"description": "This extension provides system health and OS level data", | ||
"description": "Provides system health and OS level data.", | ||
"main": "dist/index.js", | ||
"node": "dist/node/index.cjs.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
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
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
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
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
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
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
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
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
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
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,18 +1,17 @@ | ||
|
||
import { presetConfiguration } from './predefinedComponent'; | ||
import { presetConfiguration } from './predefinedComponent' | ||
|
||
it('should have correct configuration for prompt_template', () => { | ||
const config = presetConfiguration['prompt_template']; | ||
const config = presetConfiguration['prompt_template'] | ||
expect(config).toEqual({ | ||
key: 'prompt_template', | ||
title: 'Prompt template', | ||
description: `A predefined text or framework that guides the AI model's response generation. It includes placeholders or instructions for the model to fill in or expand upon.`, | ||
description: `A structured format that guides how the model should respond.`, | ||
controllerType: 'input', | ||
controllerProps: { | ||
placeholder: 'Prompt template', | ||
value: '', | ||
}, | ||
requireModelReload: true, | ||
configType: 'setting', | ||
}); | ||
}); | ||
}) | ||
}) |
Oops, something went wrong.