Skip to content

Commit f6ff1fe

Browse files
AmbratolmAmbratolm
authored andcommitted
AI: Max channel history from 100 to 300
1 parent 9e2e745 commit f6ff1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/cogs/chat_cogs/ai_cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# ----------------------------------------------------------------------------------------------------
4141
class AiCog(Cog, description="Integrated generative AI chat bot"):
4242
MAX_ACTORS = 10 # last interactors
43-
MAX_CHANNEL_HISTORY = 100 # last messages/participants
43+
MAX_CHANNEL_HISTORY = 300 # last messages/participants
4444
COOLDOWN_TIME = 60 # 1 min
4545
MAX_FILE_SIZE = 2097152 # 2 MB
4646
REPLY_DELAY_RANGE = (1, 5) # 1 sec - 5 sec

0 commit comments

Comments
 (0)