SilenusTA / StreamRoller

Streaming Backend Software
GNU Affero General Public License v3.0
2 stars 2 forks source link

feature request: add delay to chatbot so it doesnt instantly reply #3

Closed odyss3y closed 1 year ago

odyss3y commented 1 year ago

give it a word per minute setting or similar so the longer the message, the longer the delay in sending the response

SilenusTA commented 1 year ago

The rate limiting on chatbot is something I need to look at and come up with a list of options that would be useful. A word count per minute sounds like a good option. If you think of any others that might be of use feel free to add them here for when I get round to it

SilenusTA commented 1 year ago

Added a setting where you can select the time per word and it works out a delay based on that (removes the processing delay from the total time the message would have taken to type)