bugfix
This commit is contained in:
parent
752d7dbf15
commit
ec770502dc
@ -161,7 +161,7 @@ where a.llmcatelogid = b.id
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
class BufferedLLMs:
|
class BufferedLLMs:
|
||||||
lls = {}
|
llms = {}
|
||||||
async def get_llm(self, llmid):
|
async def get_llm(self, llmid):
|
||||||
today = curDateString()
|
today = curDateString()
|
||||||
k = f'{llmid}.{today}'
|
k = f'{llmid}.{today}'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user