mirror of
https://github.com/open-webui/pipelines
synced 2025-06-25 17:45:56 +00:00
Update ollama_manifold_pipeline.py
This commit is contained in:
parent
84130f990a
commit
26eaf4ab19
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user