From fc18560ef192e2e398724155fc557a4e51846100 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 9 Sep 2025 14:36:04 +0800 Subject: [PATCH] buggfix --- llmage/llmclient.py | 1 + 1 file changed, 1 insertion(+) 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)