From e77f5fe7c1ee31e1dbf89ede45376f1406b577e5 Mon Sep 17 00:00:00 2001 From: "Seyed (Yahya) Shirazi" Date: Fri, 29 Nov 2024 13:10:18 -0800 Subject: [PATCH] Update perplexity_manifold_pipeline.py Based on @CSAnetGmbH comment in https://github.com/open-webui/open-webui/discussions/7043#discussioncomment-11414373 --- examples/pipelines/providers/perplexity_manifold_pipeline.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/pipelines/providers/perplexity_manifold_pipeline.py b/examples/pipelines/providers/perplexity_manifold_pipeline.py index fa1b3de..2159d88 100644 --- a/examples/pipelines/providers/perplexity_manifold_pipeline.py +++ b/examples/pipelines/providers/perplexity_manifold_pipeline.py @@ -23,6 +23,7 @@ from utils.pipelines.main import pop_system_message class Pipeline: class Valves(BaseModel): PERPLEXITY_API_KEY: str = "" + pass def __init__(self): self.type = "manifold" @@ -56,6 +57,7 @@ class Pipeline: "name": "Perplexity Llama 3.1 Sonar Huge" }, ] + pass async def on_startup(self): print(f"on_startup:{__name__}")