chore: remove chinese in CompletionPromptBase (#211)

This commit is contained in:
josc146
2023-04-13 19:53:42 +08:00
parent 9fb3959b33
commit ffad6bbc81
+1 -3
View File
@@ -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`
)
}