This commit is contained in:
yumoqing 2026-04-08 13:39:27 +08:00
parent 44bfb68f92
commit 752d7dbf15

View File

@ -203,7 +203,7 @@ class BufferedLLMs:
else: else:
debug(f'{llmid=} not found, {ns=}, {sql=}') debug(f'{llmid=} not found, {ns=}, {sql=}')
return None return None
exception(f'Error: format_exc()}') exception(f'Error: {format_exc()}')
return None return None
async def get_llm(llmid): async def get_llm(llmid):