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