bugfix
This commit is contained in:
parent
7b792c03d4
commit
112c86e80b
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user