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

Remove retired models and add new Haiku-3.5 model in Anthropic #1092

Merged
merged 3 commits into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. Updated anthropic.py to remove deprecated models, remove `Anthropic…

    …Provider` class, add new models
    
    Removed all deprecated models as listed here: https://docs.anthropic.com/en/docs/resources/model-deprecations.
    
    This makes the `AnthropicProvider` class redundant, so it is now removed. The corresponding entry in `pyproject.toml` is also deleted.
    
    The class `ChatAnthropicProvider` is updated to include the new `Claude-3.5-Haiku`model, and the function to check for  API key exception has been added.  The older version of `Claude-3.5-sonnet` has also been removed.
    srdas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a2b555e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec4e51e View commit details
    Browse the repository at this point in the history
  3. Anthropic models added

    srdas committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d3fbb51 View commit details
    Browse the repository at this point in the history