This commit is contained in:
yumoqing 2026-07-20 19:34:24 +08:00
parent 7b792c03d4
commit 112c86e80b

View File

@ -335,7 +335,7 @@ async def get_pricing_text(l):
env = ServerEnv() env = ServerEnv()
pd = await env.get_pricing_display(l.ppid, model=l.name) pd = await env.get_pricing_display(l.ppid, model=l.name)
if pd: if pd:
llm.pricing_display = pd.get('display_text', '') l.pricing_display = pd.get('display_text', '')
except Exception as e: except Exception as e:
debug(f'{e}') debug(f'{e}')
pass pass