From bf063ec360e785db1e358071d6449a2c4759082c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 27 Mar 2026 14:53:37 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 7942ebf..d3e65b1 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -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