Releases: MatisAgr/Easy-SelfBot-Discord-IA
Releases · MatisAgr/Easy-SelfBot-Discord-IA
Ollama Discord Selfbot - v1.1
📋 Changelog - Easy AI SelfBot Discord with Ollama
🚀 Version 1.1 - Enhanced Memory & API Improvements
✨ New Features
- Smart Channel Memory: Bot now tracks recent channel messages for better context understanding
- Configurable Memory: New timeout system with infinite memory option (
INACTIVITY_TIMEOUT_MINUTES=0) - Dual Memory System: Separate tracking for bot conversations and channel context
- Bot conversations are saved in
HISTORY_LIMIT(exchanges between users and the bot) - Channel context is managed with
NB_MESSAGES_HISTORY(number of recent messages to consider)
- Bot conversations are saved in
⚙️ New Configuration
USE_HISTORY_CONVERSATION=true # Enable channel message tracking
NB_MESSAGES_HISTORY=10 # Number of messages to remember
INACTIVITY_TIMEOUT_MINUTES=30 # Memory cleanup timeout (0 = infinite)🎯 API Improvements
- Better Accuracy: Migrated to Ollama
/api/chatendpoint for improved responses - Proper System Prompts: Now uses native
systemrole instead of prompt injection - Token Efficiency: ~30% reduction in API token usage
📜 Minor Changes
- Renamed
SAVE_MEMORY→DEBUG_MODEfor clarity - Standardized
.env.exemple→.env.example - Enhanced error handling and logging
📊 Example
Alice: I love apple pie!
Bob: Me too! It's the best dessert.
Charlie: @bot what do you think?
Bot: I think apple pie is a classic dessert that many people enjoy. It's great to see you all discussing it!
🔧 Configs
- Add new variables to your
.envfile - Rename
SAVE_MEMORYtoDEBUG_MODE(optional) - Bot automatically uses improved API - no manual setup needed
Full Changelog: 1.0...1.1