Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put Models in specialized collections #83

Closed
BillStrait opened this issue Jan 22, 2023 · 1 comment
Closed

Put Models in specialized collections #83

BillStrait opened this issue Jan 22, 2023 · 1 comment

Comments

@BillStrait
Copy link

Is your feature request related to a problem? Please describe.
I sometimes choose the wrong model for the type of request I make

Describe the solution you'd like
I would like to type "EditModel." and get only models that are valid for an edit endpoint, or "ImageModel." and get valid Image models, etc.

Describe alternatives you've considered
I see they're labeled, but it'd be nice if it weren't possible to supply an invalid model to my request object.

Additional context
I just started playing with the library today, it's very helpful in general. If this request is approved, I'd be happy to help implement it.

@kayhantolga
Copy link
Member

Unfortunately, OpenAI documentation is unclear about which models are supported with edit endpoint. I raised this with OpenAI team. We can implement it whenever they introduce new documentation. I will close the issue until then. Thanks for reporting.

https://community.openai.com/t/is-edit-endpoint-documentation-incorrect/23361/4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants