From 8c77f552a82f7be607b4163310d9868241aa3f19 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 31 Jul 2026 15:51:24 +0800 Subject: [PATCH] fix: remove stray tab causing IndentationError in chat/completions/index.dspy --- wwwroot/v1/chat/completions/index.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()