





















mimo-v2.5-pro thinking 模式 bug 报告 问题描述 mimo-v2.5-pro 的 thinking 模式(thinking={"type": "enabled"})在处理复杂问题时,虽然思考过程正常,但最终答案为空(0 字符)。 复现步骤 使用 Anthropic Python SDK 调用 mimo-v2.5-pro 模型 设置 thinking={"type": "enabled"} 提问复杂问题(如数学推理题) 代码示例 import anthropic client = anthropic.Anthropic( base_url="https://token-plan-cn.xiaomimimo.com/anthropic", api_key="your-api-key" ) question = """在一个袋子里有三种口味的糖果(苹果、桃子、西瓜),两种形状(圆形、五角星形),形状可以靠手感分辨。 数量: 圆形:苹果7个,桃子9个,西瓜8个 五角星形:苹果7个,桃子味6个,西瓜4个 问:最少取出多少个糖果,才能保证同时...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。