From e3813ab1afbd32718ae61b525f760213aa56f714 Mon Sep 17 00:00:00 2001 From: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:34:43 -0700 Subject: [PATCH] fix: autoqa prompt template (#5854) --- autoqa/tests/new-user/1-user-start-chatting.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autoqa/tests/new-user/1-user-start-chatting.txt b/autoqa/tests/new-user/1-user-start-chatting.txt index 3056fa65f..26556fd95 100644 --- a/autoqa/tests/new-user/1-user-start-chatting.txt +++ b/autoqa/tests/new-user/1-user-start-chatting.txt @@ -3,11 +3,11 @@ You are going to test the Jan application by downloading and chatting with a mod Step-by-step instructions: 1. Given the Jan application is already opened. -2. In the **bottom-left corner**, click the **“Hub”** menu item. +2. In the **bottom-left corner**, click the **Hub** menu item. 3. Scroll through the model list or use the search bar to find **bitcpm4**. -4. Click **“Use”** on the bitcpm4 model. +4. Click **Use** on the bitcpm4 model. 5. Wait for the model to finish downloading and become ready. -6. Once redirected to the chat screen, type any message into the input box (e.g. `Tell me 5 words about you`). +6. Once redirected to the chat screen, type any message into the input box (e.g. `Hello World`). 7. Press **Enter** to send the message. 8. Wait for the model’s response.