docs: temporary hide start thread

This commit is contained in:
Ho Duc Hieu 2024-01-05 07:51:57 +07:00
parent ab02865bfb
commit 2f1fe6cb67

View File

@ -1,42 +0,0 @@
---
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,
]
---
Jan persists your app usage locally on your filesystem, so your data never leaves your computer. This guide will walk you through how to direct manage your application files and start a thread.
### Setting Thread Title
Naming your thread is a good way to keep your conversations organized. It appears on the right side of chat window. Without a thread title, Jan will set it to `New Thread` as default.
![set-thread-title](./assets/setting-thread-title.png)
### 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.
![choose-model](./assets/choose-model.png)
### Customizing Model Params
You can customize parameters for your thread, e.g., `max_tokens`. If you do not set the model params, Jan will set it to the default values as default.
![customize-model-params](./assets/customize-model-params.png)