Skip to content

Version 0.5.10

Latest

Choose a tag to compare

@PengZixuan30 PengZixuan30 released this 22 Jul 07:03

🎉 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