Releases: instructor-ai/instructor-go
Releases · instructor-ai/instructor-go
0.2.4
What's Changed
- Add readme sections for llm providers and usage by @ericvanlare in #30
- fix readme by @h0rv in #31
- add receipt example by @h0rv in #33
- fix receipt image urls by @h0rv in #34
- fix receipt filename by @h0rv in #35
- update readme examples by @h0rv in #37
- add openai strict (structured outputs) mode by @h0rv in #38
Full Changelog: 0.2.3...0.2.4
0.2.3
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
- @dependabot made their first contribution in #27
- @ericvanlare made their first contribution in #29
Full Changelog: 0.2.2...0.2.3
0.2.2
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
Add Cohere Support (#24) * x * Add Cohere Support --------- Co-authored-by: Robby <[email protected]>
0.2.0
0.1.1
Add Example Images (#21) Co-authored-by: Robby <[email protected]>
0.1.0
Cleanup and Update Generic API (#17) * update api * update readme --------- Co-authored-by: Robby <[email protected]>