This commit is contained in:
yumoqing 2025-09-04 14:16:30 +08:00
parent 5c903a3acf
commit 0e0afda45a

View File

@ -80,7 +80,7 @@ async def uapi_request(request, sor, caller_orgid, callerid, uapi, llm, params):
yield_it = False
try:
d = json.loads(l)
except Exception e:
except Exception as e:
debug(f'json.loads({l}) error({e})')
continue
if d.get('reasoning_content'):