mirror of
https://github.com/open-webui/pipelines
synced 2025-05-11 16:10:45 +00:00
show debug switch last
moving the debug valve as the last option (above the tags valve)
This commit is contained in:
parent
3703976ac2
commit
40c32238af
@ -34,9 +34,9 @@ class Pipeline:
|
||||
secret_key: str
|
||||
public_key: str
|
||||
host: str
|
||||
debug: bool = False
|
||||
# New valve that controls whether task names are added as tags:
|
||||
insert_tags: bool = True
|
||||
debug: bool = False
|
||||
|
||||
def __init__(self):
|
||||
self.type = "filter"
|
||||
|
Loading…
Reference in New Issue
Block a user