whkiller353-collab

Results 1 issues of whkiller353-collab

近期使用私有渠道的qwen3-235B,使用enable_thinking=false尝试关闭思考过程,发现通过new-api调用会导致此参数无效。 通过简单调试,看到直接在body中加入enable_thinking:false时,newapi可以解析并处理,但是目前qwen官方接受的范参数格式是:"chat_template_kwargs": {"enable_thinking": false} 使用chat_template_kwargs传入参数,newapi直接会忽略掉此参数,导致通过newapi调用qwen3时enable_thinking参数没办法使用。 希望可以修复

bug