mirror of
https://github.com/open-webui/pipelines
synced 2025-05-15 01:45:43 +00:00
fix
This commit is contained in:
parent
26073c14f5
commit
3395bbcc95
2
main.py
2
main.py
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user