bugfix
This commit is contained in:
parent
44bfb68f92
commit
752d7dbf15
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user