Skip to content

Commit

Permalink
Fix/adding sonnet 3.5 to bedrock (#1247)
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

* fixing conflict

---------

Co-authored-by: Gabriele Venturi <[email protected]>
  • Loading branch information
dohertychristopher4 and gventuri authored Jun 26, 2024
1 parent 8711c8d commit f8c1394
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pandasai/llm/bedrock_claude.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ 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 f8c1394

Please sign in to comment.