mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
fix
This commit is contained in:
@@ -301,7 +301,9 @@ async def generate_function_chat_completion(form_data, user):
|
||||
"name": user.name,
|
||||
"role": user.role,
|
||||
},
|
||||
"__tools__": get_tools(
|
||||
}
|
||||
extra_params["__tools__"] = (
|
||||
get_tools(
|
||||
app,
|
||||
tool_ids,
|
||||
user,
|
||||
@@ -312,9 +314,8 @@ async def generate_function_chat_completion(form_data, user):
|
||||
"__files__": files,
|
||||
},
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
)
|
||||
|
||||
if model_info:
|
||||
if model_info.base_model_id:
|
||||
form_data["model"] = model_info.base_model_id
|
||||
|
||||
Reference in New Issue
Block a user