mirror of
https://github.com/open-webui/open-webui
synced 2025-05-30 10:32:53 +00:00
refac
This commit is contained in:
parent
14187b027d
commit
3bf7d569c6
@ -297,9 +297,7 @@ async def generate_function_chat_completion(form_data, user):
|
||||
"name": user.name,
|
||||
"role": user.role,
|
||||
},
|
||||
}
|
||||
|
||||
extra_params["__tools__"] = get_tools(
|
||||
"__tools__": get_tools(
|
||||
app,
|
||||
tool_ids,
|
||||
user,
|
||||
@ -309,7 +307,8 @@ async def generate_function_chat_completion(form_data, user):
|
||||
"__messages__": form_data["messages"],
|
||||
"__files__": files,
|
||||
},
|
||||
)
|
||||
),
|
||||
}
|
||||
|
||||
if model_info:
|
||||
if model_info.base_model_id:
|
||||
|
Loading…
Reference in New Issue
Block a user