From 93d5ad59a77b1b43198840ee838fb7cae3a9664f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 27 Mar 2026 14:33:37 +0800 Subject: [PATCH] bugfix --- wwwroot/product_query_price.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/product_query_price.dspy b/wwwroot/product_query_price.dspy index 43dc119..31b6c84 100644 --- a/wwwroot/product_query_price.dspy +++ b/wwwroot/product_query_price.dspy @@ -1,7 +1,7 @@ product_type = params_kw.product_type if product_type == 'llm': - r = await path_call(request, '/llmage/llm_query_price.dspy') + r = await path_call('/llmage/llm_query_price.dspy') return r return { "status": "error",