bugfix
This commit is contained in:
parent
3ff16da646
commit
7b792c03d4
@ -332,10 +332,12 @@ async def get_llmcatelogs():
|
|||||||
|
|
||||||
async def get_pricing_text(l):
|
async def get_pricing_text(l):
|
||||||
try:
|
try:
|
||||||
|
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', '')
|
llm.pricing_display = pd.get('display_text', '')
|
||||||
except:
|
except Exception as e:
|
||||||
|
debug(f'{e}')
|
||||||
pass
|
pass
|
||||||
|
|
||||||
async def get_llms_by_catelog_to_customer(catelogid=None, orderby='providerid, name'):
|
async def get_llms_by_catelog_to_customer(catelogid=None, orderby='providerid, name'):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user