diff --git a/wwwroot/v1/video/generations/index.dspy b/wwwroot/v1/video/generations/index.dspy index 5704481..e9c284d 100644 --- a/wwwroot/v1/video/generations/index.dspy +++ b/wwwroot/v1/video/generations/index.dspy @@ -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=}')