8000 Tags · 567-labs/instructor-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: 567-labs/instructor-go

Tags

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add google genai (gemini) support (#46)

* add google genai (gemini) support

* rename provider from gemini to google

* fix for review

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump libraries to latest (#45)

* bump libraries to latest

* go mod tidy

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>

0.2.4

Toggle 0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add openai strict (structured outputs) mode (#38)

* init

* update from fork

* add openai strict (structured outputs) mode

* revert reciept

* strict mode working

* fix strict mode example

* add example to readme

* update readme dropdowns

* add openai api key to running readme

* g co vision/receipt/main.go

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>

0.2.3

Toggle 0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
count all usage from all retries and failures (#29)

* Count all usage from failures to unmarshal and validate json

* usage counting: move provider-specific logic into provider chat files

0.2.2

Toggle 0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Validation Support (#26)

* instructor validator

* update simple example

* validate in stream

* add with validator option

* add example for validator

* update example

* rename withValidator varible to validate

* rename with validator to withValidation

* remove required param for WithValidation

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Cohere Support (#24)

* x

* Add Cohere Support

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: API (#23)

* start refactor

* examples working again

* fix examples in readme and docs

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Example Images (#21)

Co-authored-by: Robby <h0rv@users.noreply.github.com>

0.1.0

Toggle 0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cleanup and Update Generic API (#17)

* update api

* update readme

---------

Co-authored-by: Robby <h0rv@users.noreply.github.com>
0