Skip to content

Releases: MatisAgr/Easy-SelfBot-Discord-IA

Ollama Discord Selfbot - v1.1

24 Jun 10:22

Choose a tag to compare

📋 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)

⚙️ 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/chat endpoint for improved responses
  • Proper System Prompts: Now uses native system role instead of prompt injection
  • Token Efficiency: ~30% reduction in API token usage

📜 Minor Changes

  • Renamed SAVE_MEMORYDEBUG_MODE for 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

  1. Add new variables to your .env file
  2. Rename SAVE_MEMORY to DEBUG_MODE (optional)
  3. Bot automatically uses improved API - no manual setup needed

Full Changelog: 1.0...1.1

Ollama Discord Selfbot - v1.0

29 Apr 13:31
267135f

Choose a tag to compare