mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 02:24:40 +00:00
Support tool calling for Llama 3.1 on Amazon bedrock.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user