replicate / replicate-swift

Swift client for Replicate
https://replicate.com
Apache License 2.0
157 stars 33 forks source link

Include specific base64 mention on file input #81

Closed GothReigen closed 2 months ago

GothReigen commented 2 months ago

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

mattt commented 2 months ago

Hi @GothReigen. The preceding sentence in the README should already have this covered. If it's a matter of explicitly mentioning base64 encoding, then the changes in https://github.com/replicate/replicate-swift/pull/82 should help with that.