bugfix
This commit is contained in:
parent
efcb90944f
commit
02bccc88c1
@ -176,6 +176,7 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid):
|
|||||||
e = Exception(f'{llmusage.llmid=} not found in llm')
|
e = Exception(f'{llmusage.llmid=} not found in llm')
|
||||||
exception(f'{e}')
|
exception(f'{e}')
|
||||||
raise e
|
raise e
|
||||||
|
llm = llms[0]
|
||||||
if llm.ppid:
|
if llm.ppid:
|
||||||
try:
|
try:
|
||||||
charging = await llm_charging(sor,
|
charging = await llm_charging(sor,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user