This commit is contained in:
yumoqing 2025-09-01 19:15:31 +08:00
parent 668ab8f585
commit 0414007ecd
2 changed files with 9 additions and 0 deletions

View File

@ -57,6 +57,8 @@ where x.id = ${llmid}$
raise e raise e
r.inputfields = api.input_fields r.inputfields = api.input_fields
return recs[0] return recs[0]
else:
debug(f'{llmid=} not found')
return None return None
async def get_owner_userid(sor, llm): async def get_owner_userid(sor, llm):
sql = '''select a.ownerid as userid from upappkey a, upapp b sql = '''select a.ownerid as userid from upappkey a, upapp b

View File

@ -24,4 +24,11 @@
} }
} }
{% else %} {% else %}
{
"widgettype":"Text",
"options":{
"otype": "没找到模型",
"i18n":true
}
}
{% endif %} {% endif %}