Fabrizio Rocco

Results 7 comments of Fabrizio Rocco

Hey, any plan to implement a generator for Claude3? Here's the API docs for Bedrock https://docs.anthropic.com/en/api/claude-on-amazon-bedrock

I have read the DCO Document and I hereby sign the DCO

Claude 3 sonnet is not supported so test is failing. I'm open to change the model in pytest

Hi @leondz the test errors should be fixed now. I didn't include the .rst file

added Value Error logic. It was deleted from previous commit

I tried to use the base class's `_conversation_to_list` method which formatted message content as a plain string, but AWS Bedrock's Converse API requires content to be a list of content...