betalgo / openai

OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E
https://betalgo.github.io/openai/
MIT License
2.89k stars 521 forks source link

Remove Obsolete Features #518

Open kayhantolga opened 5 months ago

kayhantolga commented 5 months ago

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.

rohitkrsoni commented 4 months ago

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

kayhantolga commented 4 months ago

Hi @rohitkrsoni, Thanks for helping, You can have a look Models.cs file

[Obsolete("Use Gpt_3_5_Turbo instead")]
ChatGpt3_5Turbo,

My plan is to: