Skip to content

Releases: Shubhamai/replicate-rust

0.0.5

27 Aug 14:10
Compare
Choose a tag to compare
  • Hotfix : removing OptionSerdeJson, causes unintended issues while printing the output of a prediction.

0.0.4

27 Aug 14:01
Compare
Choose a tag to compare
  • Quality of life improvements, using &str instead of String for read-only inputs.
  • Error handling with custom thisError enum.
  • Display trait for API Responses.

v0.0.3

26 Aug 14:28
11c3b63
Compare
Choose a tag to compare
  • Adding config::Config for managing configuration.
  • Added training::Training, to create, get and list training on Replicate.
  • More test & docs coverage.