Support tool calling for Llama 3.1 on Amazon bedrock.

This commit is contained in:
David Manouchehri 2024-07-25 20:36:03 +00:00
parent 3293ad7458
commit 22c66991ed
No known key found for this signature in database

View File

@ -1316,6 +1316,7 @@ class AmazonConverseConfig:
model.startswith("anthropic")
or model.startswith("mistral")
or model.startswith("cohere")
or model.startswith("meta.llama3-1")
):
supported_params.append("tools")