OpenAI-API-dotnet icon indicating copy to clipboard operation
OpenAI-API-dotnet copied to clipboard

Implemented Edits Endpoint

Open zeecorleone opened this issue 2 years ago • 3 comments

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 avatar Jun 11 '23 02:06 zeecorleone

@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.

zeecorleone avatar Jun 19 '23 02:06 zeecorleone

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?

OkGoDoIt avatar Jan 27 '24 05:01 OkGoDoIt

@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.

zeecorleone avatar May 06 '24 16:05 zeecorleone