bugfix
This commit is contained in:
parent
e5919ce4a5
commit
6059c09aea
@ -153,7 +153,7 @@ async def async_uapi_request(request, llm, sor):
|
|||||||
while True:
|
while True:
|
||||||
b = None
|
b = None
|
||||||
try:
|
try:
|
||||||
b = await uapi.call(llm.upappid, llm.query_apiname, userid, params=d.context)
|
b = await uapi.call(llm.upappid, apiname, userid, params=d.context)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
exception(f'{e=},{format_exc()}')
|
exception(f'{e=},{format_exc()}')
|
||||||
yield f'{{"content": f"ERROR:{e=}"}}\n'
|
yield f'{{"content": f"ERROR:{e=}"}}\n'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user