mirror of
https://github.com/open-webui/pipelines
synced 2025-05-13 09:00:53 +00:00
Update openai_manifold_pipeline.py
added support for o1 and o3 models
This commit is contained in:
parent
ab9012c228
commit
3cb201d2d6
@ -66,7 +66,7 @@ class Pipeline:
|
|||||||
"name": model["name"] if "name" in model else model["id"],
|
"name": model["name"] if "name" in model else model["id"],
|
||||||
}
|
}
|
||||||
for model in models["data"]
|
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:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user