Commit 6ce91de7 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent f5242389
...@@ -898,7 +898,7 @@ async def generate_chat_completions(form_data: dict, user=Depends(get_verified_u ...@@ -898,7 +898,7 @@ async def generate_chat_completions(form_data: dict, user=Depends(get_verified_u
"role": user.role, "role": user.role,
**( **(
{ {
"valves": pipe.UserValves( "valves": function_module.UserValves(
Functions.get_user_valves_by_id_and_user_id( Functions.get_user_valves_by_id_and_user_id(
pipe_id, user.id pipe_id, user.id
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment