mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-18 00:45:57 +08:00
fix
This commit is contained in:
parent
9186abf9c1
commit
a3089e0472
@ -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,8 +314,7 @@ async def generate_function_chat_completion(form_data, user):
|
||||
"__files__": files,
|
||||
},
|
||||
),
|
||||
}
|
||||
|
||||
)
|
||||
|
||||
if model_info:
|
||||
if model_info.base_model_id:
|
||||
|
Loading…
x
Reference in New Issue
Block a user