From 0d067fb65df51277f63bc2901b8b5f863f30a1f6 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 6 Apr 2024 18:45:17 -0700 Subject: [PATCH] test(test_streaming.py): fix vertex project name --- litellm/tests/test_streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_streaming.py b/litellm/tests/test_streaming.py index ed62987528..7451f94ab3 100644 --- a/litellm/tests/test_streaming.py +++ b/litellm/tests/test_streaming.py @@ -664,7 +664,7 @@ def test_vertex_ai_stream(): load_vertex_ai_credentials() litellm.set_verbose = True - litellm.vertex_project = "reliablekeys" + litellm.vertex_project = "adroit-crow-413218" import random test_models = ["gemini-1.0-pro"]