diff --git a/src/ts/process/stringlize.ts b/src/ts/process/stringlize.ts index 2f8cb72b..b8112517 100644 --- a/src/ts/process/stringlize.ts +++ b/src/ts/process/stringlize.ts @@ -68,6 +68,8 @@ export function getStopStrings(){ const { username } = db const stopStrings = [ "GPT4 User", + "", + "<|end", userPrefix, `${username}:`, ]