Skip to content

Commit ffad6bb

Browse files
committed
chore: remove chinese in CompletionPromptBase (#211)
1 parent 9fb3959 commit ffad6bb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/background/apis/shared.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ export const getCompletionPromptBase = async () => {
77
`The following is a conversation with an AI assistant.` +
88
`The assistant is helpful, creative, clever, and very friendly. The assistant is familiar with various languages in the world.\n\n` +
99
`Human: Hello, who are you?\n` +
10-
`AI: I am an AI assistant. How can I help you today?\n` +
11-
`Human: 没什么\n` +
12-
`AI: 好的, 如果有什么需要, 随时告诉我\n`
10+
`AI: I am an AI assistant. How can I help you today?\n`
1311
)
1412
}
1513

0 commit comments

Comments
 (0)