From 410ab1d2e401917c21e8b2c5eca134d0dacf155d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 22 May 2026 15:47:00 +0800 Subject: [PATCH] buggix --- wwwroot/v1/chat/completions/index.dspy | 1 + 1 file changed, 1 insertion(+) diff --git a/wwwroot/v1/chat/completions/index.dspy b/wwwroot/v1/chat/completions/index.dspy index 4c919ce..13aab70 100644 --- a/wwwroot/v1/chat/completions/index.dspy +++ b/wwwroot/v1/chat/completions/index.dspy @@ -44,6 +44,7 @@ where b.name = ${lctype}$ return openai_400() params_kw.llmid = recs[0].id +debug(f'{params_kw.llmid=}') f = await checkCustomerBalance(params_kw.llmid, userid, userorgid) if not f: debug(f'{userid=} balance not enough')