Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llms: extract common llms errors to shared declaration #925

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    02935ed View commit details
    Browse the repository at this point in the history
  2. llms: remove unused error declarations

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    cffb37c View commit details
    Browse the repository at this point in the history
  3. llms: refactor ErrEmptyResponse to shared declaration

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    90290de View commit details
    Browse the repository at this point in the history
  4. llms: add comments for shared errors

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    cba65c1 View commit details
    Browse the repository at this point in the history
  5. llms: remove unused error declarations

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    3e36497 View commit details
    Browse the repository at this point in the history
  6. golangci-lint: fix missing periods in comments

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2c2271c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc8f270 View commit details
    Browse the repository at this point in the history
  8. llms: gofumpt files for golangci

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    9d6ddb4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    58debc6 View commit details
    Browse the repository at this point in the history
  10. llms/openai: use canonical header names for golangci

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    1986ee0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0d3ca54 View commit details
    Browse the repository at this point in the history
  12. llms/googleai: update nolint directive for golangci

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6c02795 View commit details
    Browse the repository at this point in the history
  13. llms/bedrock: extract default tokens to statically defined shared var…

    …iables for golangci
    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    2660d83 View commit details
    Browse the repository at this point in the history
  14. llms/cohere: use canonical headers for golangci

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    19374c6 View commit details
    Browse the repository at this point in the history
  15. llms/anthropic: use canonical headers for golangci

    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d5c97f4 View commit details
    Browse the repository at this point in the history
  16. llms/huggingface: replace http handler require calls with t.Error on …

    …error check for golangci
    William Cook committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    7b3ca56 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Merge branch 'main' of github.com:wgeorgecook/langchaingo into Extrac…

    …tCommonLlmsErrorsToSharedDeclaration
    William Cook committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b18e698 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. llms: change language for error docstring from 'is thrown' to 'is ret…

    …urned'
    William Cook committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a1814b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3fee1 View commit details
    Browse the repository at this point in the history
  3. llms: use imported ErrEmptyResponse

    William Cook committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    aae4185 View commit details
    Browse the repository at this point in the history
  4. golangci-lint: remove duplicate 'is' in docstring

    William Cook committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    498bbdb View commit details
    Browse the repository at this point in the history