This commit is contained in:
yumoqing 2025-09-04 14:15:01 +08:00
parent 24a42ad2a3
commit 5c903a3acf

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)
excelp Exception e:
except Exception e:
debug(f'json.loads({l}) error({e})')
continue
if d.get('reasoning_content'):