Releases: replicate/replicate-go
Releases · replicate/replicate-go
v0.25.0
What's Changed
- Add
WithBlockUntilDone
run option by @mattt in #82
- Update
streamPrediction
to do non-blocking send to errChan
by @mattt in #84
Full Changelog: v0.24.3...v0.25.0
v0.24.1
What's Changed
- Define and use default SSE type,
"message"
by @mattt in #78
- Improve error handling and resource management in
streamPrediction
by @mattt in #79
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
- Add RunWithOptions method that supports returning file output as
io.ReadCloser
by @mattt in #77
Full Changelog: v0.23.0...v0.24.0