A Fabric mod for integrating DeepSeek AI into Minecraft chat
- Tested in mc-1.21.5-25w44a
✅ Implemented
!ai <question>command in chat- Supports DeepSeek API (
deepseek-chatanddeepseek-reasonermodels) - Automatic config file generation
- Error handling with 3 retries
- API keys stored in plaintext (
config/deepchat/api_key.txt) - No rate limiting or cooldowns
- No encryption (planned for v2)
- Install Fabric Loader
- As of the 25W44a snapshot Fabric-language-kotlin is required.
- Download the latest
.jarfrom DeepChat on Modrinth - Place in
mods/folder
- After first run, edit: config/deepchat/
- api_key.txt # Your DeepSeek API key
- model.txt # "deepseek-chat" or "deepseek-reasoner"