thelabcat / rumchat-actor-rig-ikoalawala

Rumble Chat Actor rig for iKoalaWala's streaming setup
0 stars 0 forks source link

LLM logic does not allow for "I'm exhausted" reply #2

Closed thelabcat closed 2 hours ago

thelabcat commented 2 hours ago

Currently, various checks kill message processing before the bot even gets to forming a reply to a ping. I suggest moving the moderation check to be within each possible response type to a message, and remove some earlier checks.

thelabcat commented 2 hours ago

I realize, by classifying the type of response required before doing a moderation check, we can also avoid wasting credits on messages that do not prompt an LLM response.