This commit is contained in:
yumoqing 2026-04-08 13:41:15 +08:00
parent 752d7dbf15
commit ec770502dc

View File

@ -161,7 +161,7 @@ where a.llmcatelogid = b.id
return []
class BufferedLLMs:
lls = {}
llms = {}
async def get_llm(self, llmid):
today = curDateString()
k = f'{llmid}.{today}'