fix(test): update stale gemini-1.5-flash-001 model name to gemini-2.0-flash-001 in batch cost test
This commit is contained in:
parent
50e68dc387
commit
0bd6cab7db
@ -243,7 +243,7 @@ class TestVertexAIBatchPassthroughHandler:
|
||||
]
|
||||
|
||||
total_cost, usage = calculate_vertex_ai_batch_cost_and_usage(
|
||||
vertex_ai_batch_responses, model_name="gemini-1.5-flash-001"
|
||||
vertex_ai_batch_responses, model_name="gemini-2.0-flash-001"
|
||||
)
|
||||
|
||||
assert usage.total_tokens == 15
|
||||
|
||||
Loading…
Reference in New Issue
Block a user