bugfix
This commit is contained in:
parent
87746b4a99
commit
464caa5a94
10
wwwroot/product_query_price.dspy
Normal file
10
wwwroot/product_query_price.dspy
Normal file
@ -0,0 +1,10 @@
|
||||
product_type = params_kw.product_type
|
||||
if product_type == 'llm':
|
||||
r = await path_call(request, '/llmage/llm_query_price.dspy', params=params_kw)
|
||||
return r
|
||||
return {
|
||||
"status": "error",
|
||||
"data": {
|
||||
"message": f"{product_type=} 未知产品类型"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user