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