Update ollama_manifold_pipeline.py

This commit is contained in:
Timothy J. Baek 2024-05-29 01:42:48 -07:00
parent 84130f990a
commit 26eaf4ab19

View File

@ -30,6 +30,7 @@ class Pipeline:
async def on_startup(self): async def on_startup(self):
# This function is called when the server is started. # This function is called when the server is started.
print(f"on_startup:{__name__}") print(f"on_startup:{__name__}")
self.pipelines = self.get_ollama_models()
pass pass
async def on_shutdown(self): async def on_shutdown(self):