mirror of
https://github.com/open-webui/pipelines
synced 2025-05-11 16:10:45 +00:00
chore: comment
This commit is contained in:
parent
b5bfe684f5
commit
73c340f4eb
@ -17,6 +17,9 @@ class Pipeline:
|
||||
|
||||
# Optionally, you can set the name of the manifold pipeline.
|
||||
self.name = "Manifold: "
|
||||
|
||||
# Define pipelines that are available in this manifold pipeline.
|
||||
# This is a list of dictionaries where each dictionary has an id and name.
|
||||
self.pipelines = [
|
||||
{
|
||||
"id": "pipeline-1", # This will turn into `manifold_pipeline.pipeline-1`
|
||||
|
Loading…
Reference in New Issue
Block a user