mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
chore: rm print
This commit is contained in:
parent
42742d03d7
commit
3ddd88dad7
1 changed files with 0 additions and 1 deletions
|
|
@ -139,7 +139,6 @@ async def get_pipe_models():
|
|||
function_module = app.state.FUNCTIONS[pipe.id]
|
||||
|
||||
if hasattr(function_module, "valves") and hasattr(function_module, "Valves"):
|
||||
print(f"Getting valves for {pipe.id}")
|
||||
valves = Functions.get_function_valves_by_id(pipe.id)
|
||||
function_module.valves = function_module.Valves(
|
||||
**(valves if valves else {})
|
||||
|
|
|
|||
Loading…
Reference in a new issue