bugfix
This commit is contained in:
parent
b13872a1a2
commit
b3e520ea29
@ -168,7 +168,7 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid):
|
|||||||
exception(f'{e}, {b=}')
|
exception(f'{e}, {b=}')
|
||||||
new_output = {
|
new_output = {
|
||||||
'status': 'FAILED',
|
'status': 'FAILED',
|
||||||
'error': f'{b},{e}}'
|
'error': f'{b},{e}'
|
||||||
}
|
}
|
||||||
if lastoutout['status'] != new_output['status']:
|
if lastoutout['status'] != new_output['status']:
|
||||||
llmusage.status = new_output['status']
|
llmusage.status = new_output['status']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user