replicate / replicate-swift

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

Remove dependency on `AnyCodable` #27

Closed mattt closed 1 year ago

mattt commented 1 year ago

This PR implements a standalone Value type in order to remove the current dependency on AnyCodable types for encoding parameters and storing prediction inputs and outputs.