Update default model in .env.example, add AI context from conversation history

This commit is contained in:
csd4ni3l
2025-12-12 20:16:15 +01:00
parent cf2dfe0374
commit bc92aaa644
3 changed files with 8 additions and 5 deletions

View File

@@ -11,6 +11,8 @@ MEOW_PHRASES = [
"cat"
]
AI_CONTEXT_MSG_LIMIT = 10
CAT_EMOJI = "cat"
DUCK_EMOJI = "duck"