mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix
This commit is contained in:
parent
f524238910
commit
6ce91de7e0
1 changed files with 1 additions and 1 deletions
|
|
@ -898,7 +898,7 @@ async def generate_chat_completions(form_data: dict, user=Depends(get_verified_u
|
|||
"role": user.role,
|
||||
**(
|
||||
{
|
||||
"valves": pipe.UserValves(
|
||||
"valves": function_module.UserValves(
|
||||
Functions.get_user_valves_by_id_and_user_id(
|
||||
pipe_id, user.id
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue