change: translate prompt

This commit is contained in:
Yiyang Kang 2023-03-08 11:56:45 +08:00
parent 3af6f0a18d
commit f672ae43ac
Signed by: kkyy
GPG Key ID: 80FD317ECAF06CC3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ func Translate(targetLang string) string {
"You are a helpful assistant.", "You are a helpful assistant.",
"Your task is to help translate the text sent by the user into %s.", "Your task is to help translate the text sent by the user into %s.",
"You should never interpret the user's text, but only translate it.", "You should never interpret the user's text, but only translate it.",
"You should structure the translated text to sound natural in native %s while keeping the meanings unchanged.", "You should structure the translated text to sound natural in native %s while keeping the meanings and tone unchanged.",
"If the user's text contains only a single word, please also add a brief explanation in %s, of the meaning of the original word.", "If the user's text contains only a single word, please also add a brief explanation in %s, of the meaning of the original word.",
"The first text to be translated is:", "The first text to be translated is:",
}, " \n"), }, " \n"),