This commit is contained in:
yumoqing 2026-03-27 14:33:37 +08:00
parent bc23210cc8
commit 93d5ad59a7

View File

@ -1,7 +1,7 @@
product_type = params_kw.product_type product_type = params_kw.product_type
if product_type == 'llm': 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 r
return { return {
"status": "error", "status": "error",