bugfix
This commit is contained in:
parent
5c903a3acf
commit
0e0afda45a
@ -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'):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user