-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 #744 from janhq/fix508
docs: update specs/product
- Loading branch information
Showing
23 changed files
with
132 additions
and
58 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
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
1 change: 1 addition & 0 deletions
1
docs/docs/specs/files.md → docs/docs/specs/engineering/files.md
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,5 +1,6 @@ | ||
--- | ||
title: "Files" | ||
slug: /specs/files | ||
--- | ||
|
||
:::warning | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Fine-tuning" | ||
slug: /specs/finetuning | ||
--- | ||
|
||
Todo: @hiro |
1 change: 1 addition & 0 deletions
1
docs/docs/specs/messages.md → docs/docs/specs/engineering/messages.md
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,5 +1,6 @@ | ||
--- | ||
title: Messages | ||
slug: /specs/messages | ||
--- | ||
|
||
:::caution | ||
|
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
3 changes: 2 additions & 1 deletion
3
docs/docs/specs/prompts.md → docs/docs/specs/engineering/prompts.md
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,8 @@ | ||
--- | ||
title: Prompts | ||
slug: /specs/prompts | ||
--- | ||
|
||
- [ ] /prompts folder | ||
- [ ] How to add to prompts | ||
- [ ] Assistants can have suggested Prompts | ||
- [ ] Assistants can have suggested Prompts |
1 change: 1 addition & 0 deletions
1
docs/docs/specs/threads.md → docs/docs/specs/engineering/threads.md
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,5 +1,6 @@ | ||
--- | ||
title: Threads | ||
slug: /specs/threads | ||
--- | ||
|
||
:::caution | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Chat | ||
slug: /specs/chat | ||
--- | ||
|
||
## Overview | ||
|
||
A home screen for users to chat with [assistants](/specs/assistants) via conversation [threads](/specs/threads). | ||
|
||
![alt text](../img/chat-screen.png) | ||
|
||
## User Stories | ||
|
||
<!-- Can also be used as a QA Checklist --> | ||
|
||
- Users can chat with `Jan` the default assistant | ||
- Users can customize chat settings like model parameters via both the GUI & `thread.json` |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Hub | ||
slug: /specs/hub | ||
--- | ||
|
||
## Overview | ||
|
||
The Hub is like a store for everything, where users can discover and download models, assistants, and more. | ||
|
||
![alt text](../img/hub-screen.png) | ||
|
||
## User Stories | ||
|
||
<!-- Can also be used as a QA Checklist --> | ||
|
||
- Users can discover recommended models (Jan ships with a few preconfigured `model.json` files) | ||
- Users can download models suitable for their devices, e.g. compatible with their RAM | ||
- Users can download models via a HuggingFace URL (coming soon) |
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Settings | ||
slug: /specs/settings | ||
--- | ||
|
||
## Overview | ||
|
||
A settings page for users to add extensions, configure model settings, change app appearance, add keyboard shortcuts, and a plethora of other personalizations. | ||
|
||
![alt text](../img/settings-screen.png) | ||
|
||
## User Stories | ||
|
||
<!-- Can also be used as a QA Checklist --> | ||
|
||
### General Settings | ||
|
||
- Users can customize `port` number | ||
- Users can customize `janroot` folder location | ||
|
||
### Extensions Settings | ||
|
||
- Users can add, delete, and configure extensions | ||
|
||
### Model Settings | ||
|
||
- Users can configure default model parameters and settings | ||
- Users can delete models | ||
|
||
### Appearance | ||
|
||
- Users can set color themes and dark/light modes |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: System Monitor | ||
slug: /specs/system-monitor | ||
--- | ||
|
||
## Overview | ||
|
||
An activity screen to monitor system health and running models. | ||
|
||
![alt text](../img/system-screen.png) | ||
|
||
## User Stories | ||
|
||
<!-- Can also be used as a QA Checklist --> | ||
|
||
- Users can see disk and ram utilization | ||
- Users can start and stop models based on system health |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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