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:
@@ -425,7 +425,7 @@ async def get_function_call_response(
|
||||
# Call the function with the '__event_emitter__' parameter included
|
||||
params = {
|
||||
**params,
|
||||
"__event_emitter__": model,
|
||||
"__event_emitter__": __event_emitter__,
|
||||
}
|
||||
|
||||
if inspect.iscoroutinefunction(function):
|
||||
|
||||
Reference in New Issue
Block a user