Skip to content

Releases: instructor-ai/instructor-go

0.2.4

27 Aug 18:13
6d248d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

15 Jul 13:10
c9be9ff
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #27
  • Count all usage from failures to unmarshal and validate json by @ericvanlare in #29

New Contributors

Full Changelog: 0.2.2...0.2.3

0.2.2

16 Jun 14:39
91ffa0d
Compare
Choose a tag to compare

Add Input Validation with go-playground/validator - just add the instructor.WithValidation() when creating your instructor client!

So a full example of this here: https://github.com/instructor-ai/instructor-go/blob/main/examples/validator/main.go.

Full Changelog: 0.2.1...0.2.2

0.2.1

31 May 22:32
3d004b8
Compare
Choose a tag to compare
Add Cohere Support (#24)

* x

* Add Cohere Support

---------

Co-authored-by: Robby <[email protected]>

0.2.0

31 May 14:15
fd8f009
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.2.0

0.1.1

25 May 16:44
272b852
Compare
Choose a tag to compare
Add Example Images (#21)

Co-authored-by: Robby <[email protected]>

0.1.0

20 May 02:32
d5c9535
Compare
Choose a tag to compare
Cleanup and Update Generic API (#17)

* update api

* update readme

---------

Co-authored-by: Robby <[email protected]>