Installation command
!!MCDR plugin install games_aiAuthor
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
738
Back to catalogue
GamesAI-v0.5.10.mcdr
Version
0.5.10
Date
July 22, 2026
Size
52.39 KiB
Downloads
10
MD5
d890a77731084c54fca31082ead80281SHA256
7de88d2415e644f232b2b974d73acb5ab52aba2830963f267d9ce7bee9c3cf5cDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.15.0 |
Python Package Installation Command
pip install openai requestsRelease notes
🎉 GamesAI for MCDReforged v0.5.10
English | 简体中文 | 繁體中文
⚠️ BREAKING CHANGE / 破坏性变更 / 破壞性變更
The thinking boolean config has been replaced with a generic extra_body dict. Please refer to your API provider's documentation for available options.
thinking 布尔配置已被通用 extra_body 字典替代。请参考各 API 提供商的说明以编写此项。
thinking 布林設定已被通用 extra_body 字典替代。請參考各 API 提供商的說明以編寫此項。
Migration / 迁移 / 遷移
// Before (0.5.9) / 之前
{ "thinking": true }
// After (0.5.10) — DeepSeek / 之后 — 适用于DeepSeek / 之後 — 適用於DeepSeek
{ "extra_body": { "thinking": { "type": "enabled" } } }
For other API providers, consult their documentation for the correct extra_body format. / 对于其他 API 提供商,请查阅其文档以了解正确的 extra_body 格式。 / 對於其他 API 提供商,請查閱其文件以了解正確的 extra_body 格式。
Full Changelog: v0.5.9...v0.5.10