replicate / replicate-go

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

Document and improve file APIs #68

Closed mattt closed 3 months ago

mattt commented 3 months ago

Resolves #65

This PR updates the README with an example of how to upload files for prediction inputs. It also improves the ergonomics of working with files by automatically converting File objects in input maps to their corresponding URL value.