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')