refactor: get_type_llms 参数名 catelogid -> llmcatelogid

This commit is contained in:
yumoqing 2026-06-04 14:36:04 +08:00
parent df8aafe1d8
commit ffb10827bb

View File

@ -1,4 +1,4 @@
lt = params_kw.catelogid or 't2v'
lt = params_kw.llmcatelogid or 't2v'
debug(f'{lt=}')
try:
async with get_sor_context(request._run_ns, 'llmage') as sor: