bugfix
This commit is contained in:
parent
8a4a096b96
commit
452a545d42
@ -18,7 +18,7 @@ async def get_llms_by_catelog(catelogid):
|
||||
db = DBPools()
|
||||
dbname = get_serverenv('get_module_dbname')('llmage')
|
||||
async with db.sqlorContext(dbname) as sor:
|
||||
recs = await sor.R('llm', {'catelogid': catelogid})
|
||||
recs = await sor.R('llm', {'llmcatelogid': catelogid})
|
||||
return recs
|
||||
return []
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user