replicate / replicate-python

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

Document and fix behavior of custom client instances #318

Closed mattt closed 3 months ago

mattt commented 3 months ago

In #268, we allowed custom headers to be passed to client instances. However, that didn't apply any custom User-Agent header. This is now fixed.

This PR also updates the README to document how to create a custom client instance, incorporating this new behavior. This PR is an alternative to #304.