diff --git a/docs/docs/guides/03-chatting/01-start-thread.md b/docs/docs/guides/03-chatting/01-start-thread.md index 6bb6acb2e..77a7056f5 100644 --- a/docs/docs/guides/03-chatting/01-start-thread.md +++ b/docs/docs/guides/03-chatting/01-start-thread.md @@ -25,17 +25,23 @@ A thread is the conversations between an assistant and a user. This tutorial wil ### 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. +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. + +![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 the model params for your thread e.g. setting a customized value of max_tokens value for your thread, etc. +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) \ No newline at end of file diff --git a/docs/docs/guides/03-chatting/assets/choose-model.png b/docs/docs/guides/03-chatting/assets/choose-model.png new file mode 100644 index 000000000..d109f03e0 Binary files /dev/null and b/docs/docs/guides/03-chatting/assets/choose-model.png differ diff --git a/docs/docs/guides/03-chatting/assets/customize-model-params.png b/docs/docs/guides/03-chatting/assets/customize-model-params.png new file mode 100644 index 000000000..8e27fdbe3 Binary files /dev/null and b/docs/docs/guides/03-chatting/assets/customize-model-params.png differ diff --git a/docs/docs/guides/03-chatting/assets/setting-assistant-instructions.png b/docs/docs/guides/03-chatting/assets/setting-assistant-instructions.png new file mode 100644 index 000000000..8c9b39d19 Binary files /dev/null and b/docs/docs/guides/03-chatting/assets/setting-assistant-instructions.png differ diff --git a/docs/docs/guides/03-chatting/assets/setting-thread-title.png b/docs/docs/guides/03-chatting/assets/setting-thread-title.png new file mode 100644 index 000000000..b9ab4c71c Binary files /dev/null and b/docs/docs/guides/03-chatting/assets/setting-thread-title.png differ