diff --git a/wwwroot/v1/chat/completions/index.dspy b/wwwroot/v1/chat/completions/index.dspy index 466b5e8..abb1fa5 100644 --- a/wwwroot/v1/chat/completions/index.dspy +++ b/wwwroot/v1/chat/completions/index.dspy @@ -40,7 +40,7 @@ if not llmid: debug(f'{params_kw.model=} not found for catelogid={catelogid}') return openai_400() params_kw.llmid = llmid - params_kw.llmcatelogid = catelogid +params_kw.llmcatelogid = catelogid debug(f'{params_kw.llmid=}') luid = getID()