bugfix
This commit is contained in:
parent
9b537c9407
commit
0838608bd3
9
wwwroot/v1/llm/index.dspy
Normal file
9
wwwroot/v1/llm/index.dspy
Normal 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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user