diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 5b670c1..f6c7f1b 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -139,6 +139,7 @@ async def async_uapi_request(request, llm, sor): return if rzt.status == 'SUCCEEDED': debug(f'{b=} return successed') + await asyncio.sleep(1) return period = llm.query_period or 30 await asyncio.sleep(period)