mirror of
https://github.com/open-webui/open-webui
synced 2025-02-21 12:29:29 +00:00
chore: rm print
This commit is contained in:
parent
42742d03d7
commit
3ddd88dad7
@ -139,7 +139,6 @@ async def get_pipe_models():
|
|||||||
function_module = app.state.FUNCTIONS[pipe.id]
|
function_module = app.state.FUNCTIONS[pipe.id]
|
||||||
|
|
||||||
if hasattr(function_module, "valves") and hasattr(function_module, "Valves"):
|
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)
|
valves = Functions.get_function_valves_by_id(pipe.id)
|
||||||
function_module.valves = function_module.Valves(
|
function_module.valves = function_module.Valves(
|
||||||
**(valves if valves else {})
|
**(valves if valves else {})
|
||||||
|
Loading…
Reference in New Issue
Block a user