From ffad6bbc815de9f85688799b679f0a3dbb6f9da4 Mon Sep 17 00:00:00 2001 From: josc146 Date: Thu, 13 Apr 2023 19:53:42 +0800 Subject: [PATCH] chore: remove chinese in CompletionPromptBase (#211) --- src/background/apis/shared.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/background/apis/shared.mjs b/src/background/apis/shared.mjs index 360d896..7380915 100644 --- a/src/background/apis/shared.mjs +++ b/src/background/apis/shared.mjs @@ -7,9 +7,7 @@ export const getCompletionPromptBase = async () => { `The following is a conversation with an AI assistant.` + `The assistant is helpful, creative, clever, and very friendly. The assistant is familiar with various languages in the world.\n\n` + `Human: Hello, who are you?\n` + - `AI: I am an AI assistant. How can I help you today?\n` + - `Human: 没什么\n` + - `AI: 好的, 如果有什么需要, 随时告诉我\n` + `AI: I am an AI assistant. How can I help you today?\n` ) }