This commit is contained in:
yumoqing 2026-06-02 13:56:23 +08:00
parent d4c079d11e
commit cab7843f95

View File

@ -1,4 +1,6 @@
lt = params_kw.catelogid or 't2v' lt = params_kw.catelogid or 't2v'
debug(f'{lt=}')
try:
async with get_sor_context(request._run_ns, 'llmage') as sor: async with get_sor_context(request._run_ns, 'llmage') as sor:
sql = '''select distinct a.*, e.input_fields from llm a sql = '''select distinct a.*, e.input_fields from llm a
join llm_api_map m on a.id = m.llmid join llm_api_map m on a.id = m.llmid
@ -27,7 +29,8 @@ return {
'message': 'server error' 'message': 'server error'
} }
} }
except Exception as e:
debug(f'{lt=},{e},{format_exc()}')