diff --git a/app/services/discord/modules/shitposting.ts b/app/services/discord/modules/shitposting.ts index d8ea4316..f22aafc9 100644 --- a/app/services/discord/modules/shitposting.ts +++ b/app/services/discord/modules/shitposting.ts @@ -13,7 +13,7 @@ const MSG_TRIGGER_COUNT = 10; // how many msgs in above interval until a msg is const MSG_CHAT_INTERVAL = 1000 * 60 * 60 * 2; // total time until a message is forced if below interval wasn't met (active chatters) const MSG_DEAD_CHAT_REVIVAL_INTERVAL = 1000 * 60 * 60 * 0.75; // idle (no active chatters) time until post, can be delayed by chatting const MSG_USE_AUTHOR_FREQ = 0.3; // use the author name instead of message -const MSG_USE_HUGGINGFACE_FREQ = 0.5; // use hugging face to reply instead of markov +const MSG_USE_HUGGINGFACE_FREQ = 0; // use hugging face to reply instead of markov const MSG_REPLY_REACTION_FREQ = 0.3; const MSG_REPLY_REACTION_CLEAR_INTERVAL = 1000 * 60 * 60; const REACTION_FREQ = 0.005; // how often to react on messages;