๐งน Output Sanitization Filter
This filter is intended for models that often output unwanted
characters or terms at the beginning of replies. I have noticed this
especially with Beyonder V3 and related models. They sometimes output
a `":"` or `"Name:"` in front of replies. For example, let's say that the system prompt is:
In this case, a Beyonder V3 model will often reply with "Quinn:" as its first word.
There is one setting:
- Terms: List of terms or characters to remove. This is a list, and in the UI, each item should be separated by a comma.
For the above example, the setting textbox should look like this:
This will remove a single colon from the start of replies, and 'Quinn:' from the start of replies.
Other Notes
Terms are removed in the order defined by the setting. The filter loops through each term and attempts to remove it from the start of the LLM's reply.
โโโโโโโโโโโโโโโโโโโโ