This commit is contained in:
yumoqing 2026-06-30 15:56:47 +08:00
parent 3e386ed86f
commit dd78e647da

View File

@ -71,6 +71,7 @@ where (b.id = ${lctype}$ OR b.name = ${lctype}$)
debug(f'{params_kw.model=} not found for catalog {lctype}')
return openai_400()
params_kw.llmid = recs[0].id
params_kw.llmcatelogid = lctype
debug(f'{params_kw.llmid=}')