From b16962cee91f14936e6d866238249cf59e475d38 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 27 Mar 2026 14:41:47 +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 44f10f2..31e9417 100644 --- a/wwwroot/product_query_price.dspy +++ b/wwwroot/product_query_price.dspy @@ -4,7 +4,7 @@ product_id = params_kw.product_id config_data = params_kw.config_data if product_type == 'llm': - r = await llm_query_price(prduct_id, config_data) + r = await llm_query_price(product_id, config_data) return r return { "status": "error",