bugfix
This commit is contained in:
parent
e154a1fa1b
commit
136951a247
@ -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):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user