From 26eaf4ab1948e9e0597e41c25a291251fd2e4d17 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 29 May 2024 01:42:48 -0700 Subject: [PATCH] Update ollama_manifold_pipeline.py --- pipelines/examples/ollama_manifold_pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/examples/ollama_manifold_pipeline.py b/pipelines/examples/ollama_manifold_pipeline.py index c4a1ae9..44f00f6 100644 --- a/pipelines/examples/ollama_manifold_pipeline.py +++ b/pipelines/examples/ollama_manifold_pipeline.py @@ -30,6 +30,7 @@ class Pipeline: async def on_startup(self): # This function is called when the server is started. print(f"on_startup:{__name__}") + self.pipelines = self.get_ollama_models() pass async def on_shutdown(self):