Skip to content

Commit

Permalink
feat: add Sonnet 3.5 and Opus to BedrockClaude's supported models (#1245
Browse files Browse the repository at this point in the history
)

* adding sonnet 3.5 to supported models

* adding opus to supported models

* trying to resolve merge

---------

Co-authored-by: Gabriele Venturi <[email protected]>
  • Loading branch information
dohertychristopher4 and gventuri authored Jun 24, 2024
1 parent df4eaef commit 61c74ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pandasai/llm/bedrock_claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ class BedrockClaude(LLM):

_supported__models = [
"anthropic.claude-3-opus-20240229-v1:0",
<<<<<<< fix/adding_sonnet35_to_bedrock
"anthropic.claude-3-5-sonnet-20240620-v1:0",
=======
>>>>>>> main
"anthropic.claude-3-sonnet-20240229-v1:0",
"anthropic.claude-3-haiku-20240307-v1:0",
]
Expand Down

0 comments on commit 61c74ba

Please sign in to comment.