You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to identify which features are obsolete and we need to remove them or mark them as obsolete (in case OpenAI still supports them temporarily).
If you would like to help with these tasks, you can assist me in investigating deprecated features or models that still exist in the SDK. Comments are welcome. It would also be really helpful to find OpenAI blog posts where they announce the feature has become deprecated.
The text was updated successfully, but these errors were encountered:
Hi @kayhantolga, I would like to work with you on this issue, could you please give an example of an obsolete feature so that I can look for similar in the code base, thanks
Remove the model or feature if it's no longer supported.
Mark as Obsolete if it's announced to be deprecated soon but the API still works. These can be found in the documentation with the legacy tag. It would also be beneficial to find a blog post about deprecation and add it as documentation. This way, developers can gain more insight about how they can replace it with the new method, and I can verify the deprecation.
We need to identify which features are obsolete and we need to remove them or mark them as obsolete (in case OpenAI still supports them temporarily).
If you would like to help with these tasks, you can assist me in investigating deprecated features or models that still exist in the SDK. Comments are welcome. It would also be really helpful to find OpenAI blog posts where they announce the feature has become deprecated.
The text was updated successfully, but these errors were encountered: