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 [] 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}'