diff --git a/llmage/utils.py b/llmage/utils.py index dd1b5d2..c3c87f7 100644 --- a/llmage/utils.py +++ b/llmage/utils.py @@ -335,7 +335,7 @@ async def get_pricing_text(l): env = ServerEnv() pd = await env.get_pricing_display(l.ppid, model=l.name) if pd: - llm.pricing_display = pd.get('display_text', '') + l.pricing_display = pd.get('display_text', '') except Exception as e: debug(f'{e}') pass