bugfix
This commit is contained in:
parent
5fbcd8a076
commit
bf063ec360
@ -438,5 +438,5 @@ async def llm_query_price(llmid, config_data):
|
||||
e = Exception(f'{llm=} ppid is None')
|
||||
exception(f'{e}')
|
||||
raise e
|
||||
prices = env.pricing_program_charging(sor, llm.ppid, config_data)
|
||||
prices = await env.pricing_program_charging(sor, llm.ppid, config_data)
|
||||
return prices
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user