This commit is contained in:
yumoqing 2025-09-19 18:11:53 +08:00
parent e5919ce4a5
commit 6059c09aea

View File

@ -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'