DecryptGPT
DecryptGPT is a Discord bot powered by OpenAI's latest GPT-5 model and Responses API. Built for medical students and professionals, it provides AI-powered assistance with advanced document processing, image analysis, and web search capabilities.
Install / Use
/learn @Decryptu/DecryptGPTREADME
EdgarGPT
EdgarGPT is a Discord bot powered by OpenAI's latest GPT-5 model and Responses API. Built for medical students and professionals, it provides AI-powered assistance in French with advanced document processing, image analysis, and web search capabilities.
Features
- Dual AI Modes: Edgar (GPT-5) and Edgar++ (GPT-5 with reasoning)
- Voice Transcription: Processes Discord voice messages with Whisper
- Image Analysis: Medical image interpretation without restrictions
- Image Generation & Editing: Create and modify images with GPT-Image-1
- Document Processing: Direct file analysis through Responses API (PDF, TXT, CSV, Excel)
- Web Search: Real-time information retrieval when needed
- Medical Focus: Optimized for medical education in French
- Smart Context: Maintains conversation history for coherent discussions
Commands
/model— Switch between Edgar and Edgar++ modes/image— Generate images from text descriptions/image-edit— Modify uploaded images with text prompts
Setup
Prerequisites
- Node.js >= 18.0.0
- OpenAI API key
- Discord bot token
Installation
git clone https://github.com/Decryptu/EdgarGPT.git
cd EdgarGPT
npm install
Configuration
Create .env file:
API_KEY=your_openai_api_key
TOKEN=your_discord_bot_token
CLIENT_ID=your_discord_app_client_id
Copy and configure the example files:
cp config.example.ts config.ts
cp channels.example.ts channels.ts
Edit channels.ts to add your allowed channel IDs.
Usage
Development: npm run dev
Production:
npm run build
npm start
Examples
Generate an image:
/image description: "anatomical diagram of the human heart"
Switch to reasoning mode:
/model model: Edgar++
Tech Stack
- TypeScript - Type-safe development
- Discord.js v14 - Discord API integration
- OpenAI Responses API - Unified AI interface
License
ISC License
Built by Decrypt
Related Skills
imsg
352.0kiMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
Writing Hookify Rules
111.1kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
review-duplication
100.6kUse this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.
discord
352.0kDiscord ops via the message tool (channel=discord).
