What's Changed
If you run replicate-python within a cog model running cog 0.14.11 or later, it is now possible to pass a REPLICATE_API_TOKEN
via the context
as part of a prediction request.
The Replicate()
constructor will now use this context when available. This grants cog models the ability to use the Replicate client libraries, scoped to a user on a per request basis.
Full Changelog: 1.0.6...1.0.7