This commit is contained in:
Timothy J. Baek 2024-05-28 12:03:23 -07:00
parent 26073c14f5
commit 3395bbcc95

View File

@ -177,7 +177,7 @@ async def get_models():
if pipeline.get("filter", False) if pipeline.get("filter", False)
else {} else {}
), ),
"valves": "valves" in pipeline, "valves": pipeline["valves"] != None,
}, },
} }
for pipeline in PIPELINES.values() for pipeline in PIPELINES.values()