Skip to content

DeepSeekBot v1.0.0

Choose a tag to compare

@DNTOF DNTOF released this 28 Mar 12:30
· 18 commits to main since this release

✨ 功能

  • 💬 .bot 指令调用 DeepSeek AI
  • 🧠 支持上下文对话(记忆聊天历史)
  • 🔒 白名单系统(限制使用权限)
  • ♻️ .reset 重置对话
  • 📝 自动记录聊天日志
  • ⚡ 支持多玩家同时使用

📦 安装方法

  1. 下载本 Release 中的 DeepSeekBot.dll
  2. 放入:
%AppData%/EXILED/Plugins/
  1. 启动服务器

⚙️ 配置说明

首次运行后会生成配置文件:

configs/DeepSeekBot/config.yml

请填写:

ApiKey: "你的 DeepSeek API Key"
Whitelist:
  - 你的Steam64ID

⚠️ 注意事项

  • 请务必填写正确的 API Key
  • 建议使用白名单防止 API 滥用
  • AI 回复速度取决于网络和 API 状态

🛠 技术信息

  • 适配 ExMod.Exiled 9.x
  • 基于 .NET Framework 4.8
  • 使用 Deepseek-chat模型