mirror of
https://github.com/open-webui/pipelines
synced 2025-05-10 15:40:55 +00:00
Update pipeline list in google_vertexai_manifold_pipeline.py
This commit is contained in:
parent
d2b7077cce
commit
c04d6f41ce
@ -51,9 +51,11 @@ class Pipeline:
|
||||
)
|
||||
self.pipelines = [
|
||||
{"id": "gemini-1.5-flash-001", "name": "Gemini 1.5 Flash"},
|
||||
{"id": "gemini-2.0-flash", "name": "Gemini 2.0 Flash"},
|
||||
{"id": "gemini-2.0-flash-lite", "name": "Gemini 2.0 Flash-Lite"},
|
||||
{"id": "gemini-2.0-flash-thinking-exp-01-21", "name": "Gemini 2.0 Flash Thinking"},
|
||||
{"id": "gemini-1.5-pro-001", "name": "Gemini 1.5 Pro"},
|
||||
{"id": "gemini-flash-experimental", "name": "Gemini 1.5 Flash Experimental"},
|
||||
{"id": "gemini-pro-experimental", "name": "Gemini 1.5 Pro Experimental"},
|
||||
{"id": "gemini-2.0-pro-exp-02-05", "name": "Gemini 2.0 Pro"},
|
||||
]
|
||||
|
||||
async def on_startup(self) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user