OpenAI-API-dotnet
OpenAI-API-dotnet copied to clipboard
Implemented Edits Endpoint
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.
@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.
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 , 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.