Limit the maximum number of visible chat messages to be sent per prompt. Does not include example messages, in-chat injections, etc.
- Install the extension via the URL:
https://github.com/SillyTavern/Extension-MessageLimit
- Enable the extension in the extension settings menu. Set the message limit to your desired value (default: 10).
- If you need to apply the message limit to background/quiet prompts (e.g. extensions, slash commands, etc.), enable the "Apply to background prompts" setting.
Enable or disable the message limit. Just returns the current state if no arguments are provided.
/ml-state toggle
/ml-state | /echo
Set the message limit. Just returns the current limit if no arguments are provided.
/ml-limit 5
/ml-limit | /echo
Enable or disable the message limit for background (quiet) prompts. Just returns the current state if no arguments are provided.
// Summarize only the last 5 messages ||
/ml-state on | /ml-limit 5 | /ml-quiet on | /summarize | /ml-state off
AGPL-3.0