From 752d7dbf152d2cce90e9a9f53fde328b481c2fa4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 8 Apr 2026 13:39:27 +0800 Subject: [PATCH] bugfix --- llmage/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/utils.py b/llmage/utils.py index 8e0bf76..ed0c750 100644 --- a/llmage/utils.py +++ b/llmage/utils.py @@ -203,7 +203,7 @@ class BufferedLLMs: else: debug(f'{llmid=} not found, {ns=}, {sql=}') return None - exception(f'Error: format_exc()}') + exception(f'Error: {format_exc()}') return None async def get_llm(llmid):