mirror of
https://github.com/open-webui/pipelines
synced 2025-05-31 10:39:46 +00:00
Merge pull request #432 from lmtr0/main
Update openai_manifold_pipeline.py
This commit is contained in:
commit
64224c8352
@ -66,7 +66,7 @@ class Pipeline:
|
||||
"name": model["name"] if "name" in model else model["id"],
|
||||
}
|
||||
for model in models["data"]
|
||||
if "gpt" in model["id"]
|
||||
if "gpt" in model["id"] or "o1" in model["id"] or "o3" in model["id"]
|
||||
]
|
||||
|
||||
except Exception as e:
|
||||
|
Loading…
Reference in New Issue
Block a user