OkGoDoIt / OpenAI-API-dotnet

An unofficial C#/.NET SDK for accessing the OpenAI GPT-3 API
https://www.nuget.org/packages/OpenAI/
Other
1.86k stars 432 forks source link

Implemented Edits Endpoint #143

Open zeecorleone opened 1 year ago

zeecorleone commented 1 year ago

Implemented OpenAI Edits endpoint. (https://platform.openai.com/docs/api-reference/edits) Added its supporting test cases and updated the README.md accordingly. This will cover (#118) as well.

zeecorleone commented 1 year ago

@OkGoDoIt / @megalon , could this be reviewed and merged if possible please? It is very simple implementation of 'edits' endpoint. The reason I'm using this package in an app where I need 'edits' as well. Thanks.

OkGoDoIt commented 9 months ago

It's my understanding that the edit endpoint has been deprecated and will no longer be supported by OpenAI. Is this still important to you @zeecorleone?

zeecorleone commented 6 months ago

@OkGoDoIt , not necessarily, only if you want to keep history of deprecated models and endpoints. Let me know your thoughts on this, I'll then clean up and mark related endpoints and models as deprecated.