This commit is contained in:
yumoqing 2025-10-04 23:22:31 +08:00
parent 9b537c9407
commit 0838608bd3

View File

@ -0,0 +1,9 @@
# prompt
# llmid
debug(f'{params_kw=}')
userid = await get_user()
if userid is None:
return UiError(title='llm inference', message='Please login first')
return await inference(request)