mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Support tool calling for Llama 3.1 on Amazon bedrock.
This commit is contained in:
parent
35776d7e73
commit
2dd30d59ae
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue