mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
_is_model_gemini_gemini_spec_model
This commit is contained in:
parent
fb31006cd8
commit
bbe69a47a9
4 changed files with 19 additions and 7 deletions
|
@ -3380,8 +3380,7 @@ def test_gemini_fine_tuned_model_request_consistency():
|
|||
with patch.object(client, "post", new=MagicMock()) as mock_post_1:
|
||||
try:
|
||||
response_1 = completion(
|
||||
model="vertex_ai/ft-uuid",
|
||||
base_model="vertex_ai/gemini-2.0-flash-001",
|
||||
model="vertex_ai/gemini/ft-uuid",
|
||||
messages=messages,
|
||||
tools=tools,
|
||||
tool_choice="auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue