From 5c903a3acf12920cac19d50d262f78a46a81cb5e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 4 Sep 2025 14:15:01 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index f086ba7..2f71d7b 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -80,7 +80,7 @@ async def uapi_request(request, sor, caller_orgid, callerid, uapi, llm, params): yield_it = False try: d = json.loads(l) - excelp Exception e: + except Exception e: debug(f'json.loads({l}) error({e})') continue if d.get('reasoning_content'):