This commit is contained in:
yumoqing 2026-04-08 13:55:57 +08:00
parent e154a1fa1b
commit 136951a247

View File

@ -212,7 +212,7 @@ async def get_llm(llmid):
async def get_owner_userid(llm): async def get_owner_userid(llm):
env = ServerEnv() env = ServerEnv()
userid = await env.uapi_data.get_calluserid(llm.uappid, orgid=llm.ownerid) userid = await env.uapi_data.get_calluserid(llm.upappid, orgid=llm.ownerid)
return userid return userid
async def write_llmusage(llmusage): async def write_llmusage(llmusage):