mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix vertex ai test
This commit is contained in:
parent
ae7d01fbab
commit
2ae93d2769
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ LITE_LLM_ENDPOINT = "http://localhost:4000"
|
||||||
|
|
||||||
@pytest.mark.asyncio()
|
@pytest.mark.asyncio()
|
||||||
async def test_basic_vertex_ai_pass_through_with_spendlog():
|
async def test_basic_vertex_ai_pass_through_with_spendlog():
|
||||||
|
load_vertex_ai_credentials()
|
||||||
vertexai.init(
|
vertexai.init(
|
||||||
project="adroit-crow-413218",
|
project="adroit-crow-413218",
|
||||||
location="us-central1",
|
location="us-central1",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue