replicate / replicate-swift

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

Allow `Collection.models` to be `nil` #34

Closed mattt closed 1 year ago

mattt commented 1 year ago

Related to #33

This PR makes the models property in Collection optional to support partial response from GET /v1/collections.

getaaron commented 1 year ago

Niiice!