From dd78e647dabd3cf51d08e549d26ab41614e57130 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 30 Jun 2026 15:56:47 +0800 Subject: [PATCH] bugfix --- wwwroot/v1/video/generations/index.dspy | 1 + 1 file changed, 1 insertion(+) 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=}')