diff --git a/docs/docs/guides/03-chatting/01-start-thread.md b/docs/docs/guides/03-chatting/01-start-thread.md index c2176a430..57c34713e 100644 --- a/docs/docs/guides/03-chatting/01-start-thread.md +++ b/docs/docs/guides/03-chatting/01-start-thread.md @@ -1,12 +1,40 @@ --- title: Starting a Thread +slug: /guides/chatting/start-thread/ +description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. +keywords: + [ + Jan AI, + Jan, + ChatGPT alternative, + local AI, + private AI, + conversational AI, + no-subscription fee, + large language model, + chatting, + starting-thread, + ] --- -Rough outline: -Choosing an assistant -Setting assistant instructions - At thread level - Globally, as default -Choosing a model -Customizing model params (thread level) -Customizing engine params +A thread is the conversations between an assistant and a user. This tutorial will walk you through the process of starting a thread on Jan. + +### Setting Thread Title + +A thread title acts as a name for your thread. It appears on the left side of the chat window, helping you easily navigate through your interactions. If you do not set a thread title, Jan will set it to "New Thread" as default. + +### Setting Assistant Instructions + +On Jan, you can set assistant instructions that guide the responses of your assistant. These instructions are set at the conversation level. Globally, as default, assistant instructions will apply to all conversations in this thread unless you change it at the conversation level. In one thread, you can change the assistant instructions for each conversation. If you do not set assistant instructions, Jan will set it to empty as default. + +### Choosing a Model + +Jan offers a variety of models to suit your conversational needs. Each model has its unique characteristics and capabilities. You can choose a model that best fits your needs via the hub and download your preferred model. Then, you can set the model for your thread. + +### Customizing Model Params + +You can customize the model params for your thread e.g. setting a customized value of max_tokens value for your thread, etc. + +

+ +![start-thread-gif](./assets/start-thread.gif) diff --git a/docs/docs/guides/03-chatting/02-upload-docs.md b/docs/docs/guides/03-chatting/02-upload-docs.md index 1f635e31a..ba891cea3 100644 --- a/docs/docs/guides/03-chatting/02-upload-docs.md +++ b/docs/docs/guides/03-chatting/02-upload-docs.md @@ -1,3 +1,16 @@ --- -title: Uploading docs +title: Uploading Docs +slug: /guides/chatting/upload-docs/ +description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. +keywords: + [ + Jan AI, + Jan, + ChatGPT alternative, + local AI, + private AI, + conversational AI, + no-subscription fee, + large language model, + ] --- diff --git a/docs/docs/guides/03-chatting/03-upload-images.md b/docs/docs/guides/03-chatting/03-upload-images.md index 69a7ea95a..60c73f8e4 100644 --- a/docs/docs/guides/03-chatting/03-upload-images.md +++ b/docs/docs/guides/03-chatting/03-upload-images.md @@ -1,3 +1,16 @@ --- title: Uploading Images +slug: /guides/chatting/upload-images/ +description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. +keywords: + [ + Jan AI, + Jan, + ChatGPT alternative, + local AI, + private AI, + conversational AI, + no-subscription fee, + large language model, + ] --- diff --git a/docs/docs/guides/03-chatting/04-manage-history.md b/docs/docs/guides/03-chatting/04-manage-history.md index 9062a15a7..c7f384430 100644 --- a/docs/docs/guides/03-chatting/04-manage-history.md +++ b/docs/docs/guides/03-chatting/04-manage-history.md @@ -1,3 +1,16 @@ --- title: Manage Chat History ---- +slug: /guides/chatting/manage-history/ +description: Jan is a ChatGPT-alternative that runs on your own computer, with a local API server. +keywords: + [ + Jan AI, + Jan, + ChatGPT alternative, + local AI, + private AI, + conversational AI, + no-subscription fee, + large language model, + ] +--- \ No newline at end of file diff --git a/docs/docs/guides/03-chatting/assets/start-thread.gif b/docs/docs/guides/03-chatting/assets/start-thread.gif new file mode 100644 index 000000000..d9e5a909b Binary files /dev/null and b/docs/docs/guides/03-chatting/assets/start-thread.gif differ