bugfix
This commit is contained in:
parent
464caa5a94
commit
bc23210cc8
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user