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",