bugfix
This commit is contained in:
parent
24a42ad2a3
commit
5c903a3acf
@ -80,7 +80,7 @@ async def uapi_request(request, sor, caller_orgid, callerid, uapi, llm, params):
|
|||||||
yield_it = False
|
yield_it = False
|
||||||
try:
|
try:
|
||||||
d = json.loads(l)
|
d = json.loads(l)
|
||||||
excelp Exception e:
|
except Exception e:
|
||||||
debug(f'json.loads({l}) error({e})')
|
debug(f'json.loads({l}) error({e})')
|
||||||
continue
|
continue
|
||||||
if d.get('reasoning_content'):
|
if d.get('reasoning_content'):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user