bugfix
This commit is contained in:
parent
01e3ab7660
commit
2e42a39041
@ -76,7 +76,7 @@ async def get_llmcatelogs():
|
|||||||
|
|
||||||
async def get_llms_by_catelog():
|
async def get_llms_by_catelog():
|
||||||
env = ServerEnv()
|
env = ServerEnv()
|
||||||
async with get_sor_context(env, 'llmage') as sor:
|
async with get_sor_context(env, 'llmage') as sor:
|
||||||
today = curDateString()
|
today = curDateString()
|
||||||
sql = """select a.*, b.name as catelogname from llm a, llmcatelog b
|
sql = """select a.*, b.name as catelogname from llm a, llmcatelog b
|
||||||
where a.llmcatelogid = b.id
|
where a.llmcatelogid = b.id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user