Skip to content

Sparky AI Bot

LLM-powered AI chat bot for Discord.

Overview

Property Value
Framework Discord.js
AI Provider OpenRouter / Groq
Models Multiple (configurable)

Features

  • Multi-model support - Mistral, Claude, GPT-4o, etc.
  • Configurable system prompts - Per-channel customization
  • Temperature control - Adjust response creativity
  • Persistent storage - Conversation history

Configuration

See discord_bots/sparky/README.md for: - API key setup (OpenRouter/Groq) - Model selection - System prompt customization - Channel configuration

Commands

/sparky config    # Configure bot settings
/sparky model     # Change AI model
/sparky prompt    # Set system prompt

File Structure

discord_bots/sparky/
├── src/
│   ├── commands/
│   ├── events/
│   └── utils/
├── config/           # Bot configuration
└── index.js          # Entry point