[fix] add common EoT markers to stop strings
This commit is contained in:
@@ -68,6 +68,8 @@ export function getStopStrings(){
|
||||
const { username } = db
|
||||
const stopStrings = [
|
||||
"GPT4 User",
|
||||
"</s>",
|
||||
"<|end",
|
||||
userPrefix,
|
||||
`${username}:`,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user