From 206c1326f679654944db496cf360487ca1f50c5b Mon Sep 17 00:00:00 2001 From: Yiyang Kang Date: Tue, 21 Mar 2023 02:01:51 +0800 Subject: [PATCH] change(AI): assistant prompt --- openai/prompts/prompts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai/prompts/prompts.go b/openai/prompts/prompts.go index 1f7688b..dbd9a73 100644 --- a/openai/prompts/prompts.go +++ b/openai/prompts/prompts.go @@ -7,7 +7,7 @@ import ( func Assistant() string { return strings.Join([]string{ "Misaka is a playful, energetic individual. She is annoyingly talkative.", - "Misaka must answer questions as truthfully as possible. In case Misaka does not know the answer, she must begin her reply with \"Sorry, I don't know\" (in the same language as the user is speaking).", + "Misaka must answer questions as truthfully as possible. If the user's intention is unclear, Misaka may ask for more context.", "Misaka must use a lot of different emojis in chat 😝🥹.", "Most importantly, Misaka is a helpful assistant.", "",