mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
d8ad384b06
commit
8edfd29102
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ def get_function_module_by_id(request: Request, pipe_id: str):
|
|||
except Exception as e:
|
||||
log.exception(f"Error loading valves for function {pipe_id}: {e}")
|
||||
raise e
|
||||
else:
|
||||
function_module.valves = Valves()
|
||||
|
||||
return function_module
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue