replicate/replicate-python

Use a session without a cookie jar

evilstreak opened this issue · 1 comments

The replicate-python client uses a request session that has a default cookie jar. We should explicitly use a session without those!

mattt commented

Fixed by #102