replicate / replicate-python

Python client for Replicate
https://replicate.com
Apache License 2.0
696 stars 194 forks source link

Include specific base64 mention on file input #314

Closed GothReigen closed 2 weeks ago

GothReigen commented 2 weeks ago

Adds mention to README about base64 encoded data URL for file input for to improve RAG support assistant responses.

mattt commented 2 weeks ago

Thanks for opening this PR, @GothReigen. In the Python client library, file handles are automatically converted to base64-encoded data URLs.

I just opened https://github.com/replicate/replicate-python/pull/315 with some changes to clarify this in the README.