From 7998350e700bd3f1027672b8a83514eb1c84ad88 Mon Sep 17 00:00:00 2001 From: Passthem Date: Fri, 15 May 2026 15:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=EF=BC=9A=E5=9C=A8=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=9B=9E=E7=AD=94=E6=97=B6=E4=B8=8D=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=80=9D=E8=80=83=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/solve.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/solve.py b/scripts/solve.py index bb745f4..12ab8e8 100644 --- a/scripts/solve.py +++ b/scripts/solve.py @@ -163,9 +163,6 @@ async def call_api_streaming( content = delta.get("content") if content: full_content.append(content) - reasoning = delta.get("reasoning_content") - if reasoning: - full_content.append(reasoning) except json.JSONDecodeError: continue except IndexError: