This commit is contained in:
yumoqing 2026-03-27 14:32:02 +08:00
parent 464caa5a94
commit bc23210cc8

View File

@ -1,6 +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', params=params_kw) r = await path_call(request, '/llmage/llm_query_price.dspy')
return r return r
return { return {
"status": "error", "status": "error",