mirror of
https://github.com/open-webui/pipelines
synced 2025-06-26 18:15:58 +00:00
Update applescript_pipeline.py
This commit is contained in:
parent
168ab96449
commit
7a7ffdb155
@ -35,7 +35,7 @@ class Pipeline:
|
|||||||
|
|
||||||
if body.get("title", False):
|
if body.get("title", False):
|
||||||
print("Title Generation")
|
print("Title Generation")
|
||||||
return "PyAutoGUI Pipeline"
|
return "AppleScript Pipeline"
|
||||||
else:
|
else:
|
||||||
if "user" in body:
|
if "user" in body:
|
||||||
print("######################################")
|
print("######################################")
|
||||||
|
Loading…
Reference in New Issue
Block a user