mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test: update test
This commit is contained in:
parent
9c4b4303d3
commit
8a1a90bc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -3773,7 +3773,7 @@ def test_vertex_schema_test():
|
|||
}
|
||||
|
||||
response = litellm.completion(
|
||||
model="vertex_ai/gemini-2.5-flash-preview",
|
||||
model="vertex_ai/gemini-2.5-flash",
|
||||
messages=[{"role": "user", "content": "call the tool"}],
|
||||
tools=[tool],
|
||||
tool_choice="required",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue