bugfix
This commit is contained in:
parent
b16962cee9
commit
2d035e88f0
@ -5,7 +5,12 @@ config_data = params_kw.config_data
|
|||||||
|
|
||||||
if product_type == 'llm':
|
if product_type == 'llm':
|
||||||
r = await llm_query_price(product_id, config_data)
|
r = await llm_query_price(product_id, config_data)
|
||||||
return r
|
return {
|
||||||
|
"status": "ok",
|
||||||
|
"data": {
|
||||||
|
"prices": r
|
||||||
|
}
|
||||||
|
}
|
||||||
return {
|
return {
|
||||||
"status": "error",
|
"status": "error",
|
||||||
"data": {
|
"data": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user