diff --git a/src/ts/process/stringlize.ts b/src/ts/process/stringlize.ts index 298cdbba..7b3fecca 100644 --- a/src/ts/process/stringlize.ts +++ b/src/ts/process/stringlize.ts @@ -107,22 +107,11 @@ export function getStopStrings(suggesting:boolean=false){ "<|end", "<|im_end", userPrefix, - "\nYou ", - `*${username}'`, - `*${username} `, - `\n${username} `, `${username}:`, ] - if(seperator !== " "){ - stopStrings.push(seperator + username) - } if(suggesting){ stopStrings.push("\n\n") } - if(!suggesting){ - stopStrings.push("*You ") - stopStrings.push(" You ") - } for (const user of userStrings){ for (const u of [ user.toLowerCase(), @@ -396,4 +385,4 @@ function formatToAIN(name:string, content:string){ } } return strs -} \ No newline at end of file +}