This commit is contained in:
yumoqing 2026-02-12 13:51:20 +08:00
parent 86030862f0
commit eddc4780ca

View File

@ -390,7 +390,7 @@ async def inference_generator(request, *args, params_kw=None, **kw):
dbname = env.get_module_dbname('llmage')
db = env.DBPools()
async with db.sqlorContext(dbname) as sor:
f == None
f = None
llm = await get_llm(llmid)
if not params_kw.model:
params_kw.model = llm.model