"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "ed1d9e6111b1277e210715ef36e4f4b4c2fa2b36"
Commit 3ddd88da authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

chore: rm print

parent 42742d03
......@@ -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 {})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment