replicate / replicate-go

Go client for Replicate
https://replicate.com
Apache License 2.0
65 stars 9 forks source link

Add support for `DELETE /models/{modelOwner}/{modelName}` #69

Closed larisonjustin closed 2 months ago

larisonjustin commented 3 months ago

This PR adds support for the deleting an "empty" model.

Removes the need to navigate to the dashboard to manually delete a empty model!

Along the way, 33c6d1a673733951393dd3860d389ccd64f53ece removes an empty line.