replicate / replicate-go

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

Deprecate `WithRetryPolicy` for `Client` constructor #60

Open mattt opened 6 months ago

mattt commented 6 months ago

It's more practical for retry logic to be handled by the underlying http.Client. For example, using github.com/hashicorp/go-retryablehttp