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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 567-labs/instructor-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.1
Choose a base ref
...
head repository: 567-labs/instructor-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 43 files changed
  • 5 contributors

Commits on May 30, 2024

  1. refactor: API (#23)

    * start refactor
    
    * examples working again
    
    * fix examples in readme and docs
    
    ---------
    
    Co-authored-by: Robby <h0rv@users.noreply.github.com>
    h0rv and h0rv authored May 30, 2024
    Configuration menu
    Copy the full SHA
    fd8f009 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add Cohere Support (#24)

    * x
    
    * Add Cohere Support
    
    ---------
    
    Co-authored-by: Robby <h0rv@users.noreply.github.com>
    h0rv and h0rv authored May 31, 2024
    Configuration menu
    Copy the full SHA
    3d004b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Update README.md (install instructions) (#25)

    * Update README.md (install instructions)
    
    * add ollama example to readme
    
    ---------
    
    Co-authored-by: Robby <h0rv@users.noreply.github.com>
    h0rv and h0rv authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    038c15c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. 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>
    Sushmithamallesh and h0rv authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    91ffa0d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Bump golang.org/x/net from 0.21.0 to 0.23.0 (#27)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0.
    - [Commits](golang/net@v0.21.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ea5dfe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. 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
    ericvanlare authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c9be9ff View commit details
    Browse the repository at this point in the history
  2. add usage examples to readme (#30)

    * add readme sections for llm providers and usage
    
    * add usage examples to readme
    ericvanlare authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4c6f0c8 View commit details
    Browse the repository at this point in the history
  3. fix readme (#31)

    Co-authored-by: Robby <h0rv@users.noreply.github.com>
    h0rv and h0rv authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2fcbdf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. add receipt example (#33)

    * add receipt vision example
    
    * update readme
    
    * move images/ to vision/
    
    * fix images
    
    * fix images
    
    * show images side by side
    
    * fix
    
    ---------
    
    Co-authored-by: Robby <h0rv@users.noreply.github.com>
    h0rv and h0rv authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    a0b9db3 View commit details
    Browse the repository at this point in the history
  2. fix receipt image urls (#34)

    h0rv authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    4f44a38 View commit details
    Browse the repository at this point in the history
  3. fix receipt filename (#35)

    Co-authored-by: Robby <h0rv@users.noreply.github.com>
    h0rv and h0rv authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    1bed2cc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. update readme examples (#37)

    Co-authored-by: Robby <h0rv@users.noreply.github.com>
    h0rv and h0rv authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6c2e9b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. 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>
    h0rv and h0rv authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6d248d5 View commit details
    Browse the repository at this point in the history
  2. fix readme (#39)

    * fix readme
    
    * fix dropdown
    
    ---------
    
    Co-authored-by: Robby <h0rv@users.noreply.github.com>
    h0rv and h0rv authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b63ca60 View commit details
    Browse the repository at this point in the history
Loading
0