This commit is contained in:
yumoqing 2026-01-06 17:49:23 +08:00
parent 78cc872da4
commit f4440ee2b9

View File

@ -108,7 +108,7 @@ async def get_llm(llmid):
async with db.sqlorContext(dbname) as sor: async with db.sqlorContext(dbname) as sor:
today = curDateString() today = curDateString()
sql = """select x.*, sql = """select x.*,
z.input_fields, z.input_fields
from ( from (
select a.*, e.ioid, e.stream select a.*, e.ioid, e.stream
from llm a, upapp c, uapiset d, uapi e from llm a, upapp c, uapiset d, uapi e