mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix(vertex_anthropic.py): Updates the vertex anthropic endpoint to do tool calling with the anthropic api params
This commit is contained in:
parent
b17fe3e0d2
commit
46800ba20a
6 changed files with 139 additions and 38 deletions
|
@ -2008,6 +2008,8 @@ def completion(
|
|||
vertex_credentials=vertex_credentials,
|
||||
logging_obj=logging,
|
||||
acompletion=acompletion,
|
||||
headers=headers,
|
||||
custom_prompt_dict=custom_prompt_dict,
|
||||
)
|
||||
else:
|
||||
model_response = vertex_ai.completion(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue