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