mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #6820] support o1-* family models by not filtering for just gpt
#14501
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rndmcnlly on GitHub (Nov 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6820
Feature Request
I want to try using the new o1 family models from OpenAI, but OWUI seems to filter the list of available OpenAI models down to those with "gpt" in the name. Supporting these new models might be as easy as revising this filtering criterion.
For the one line of code in question, see
7228b39064/src/lib/apis/openai/index.ts (L265)@tjbck commented on GitHub (Nov 9, 2024):
This endpoint is not being used.