[fix] add common EoT markers to stop strings

This commit is contained in:
aegkmq
2023-08-01 17:31:45 +09:00
parent f0257aca50
commit a07dfe6003

View File

@@ -68,6 +68,8 @@ export function getStopStrings(){
const { username } = db
const stopStrings = [
"GPT4 User",
"</s>",
"<|end",
userPrefix,
`${username}:`,
]