Skip to content

wh0oo/deepchat

Repository files navigation

DeepChat

A Fabric mod for integrating DeepSeek AI into Minecraft chat

  • Tested in mc-1.21.5-25w44a

Features

Implemented

  • !ai <question> command in chat
  • Supports DeepSeek API (deepseek-chat and deepseek-reasoner models)
  • Automatic config file generation
  • Error handling with 3 retries

⚠️ Limitations

  • API keys stored in plaintext (config/deepchat/api_key.txt)
  • No rate limiting or cooldowns
  • No encryption (planned for v2)

Installation (Server side only)

  1. Install Fabric Loader
  2. As of the 25W44a snapshot Fabric-language-kotlin is required.
  3. Download the latest .jar from DeepChat on Modrinth
  4. Place in mods/ folder

Configuration

  1. After first run, edit: config/deepchat/
  • api_key.txt # Your DeepSeek API key
  • model.txt # "deepseek-chat" or "deepseek-reasoner"

About

deepchat: A fabric mod that integrates Deepseek into Minecraft

Topics

Resources

License

Stars

Watchers

Forks

Languages