docs(vertex.md): fix example with GOOGLE_APPLICATION_CREDENTIALS

This commit is contained in:
Krrish Dholakia 2024-09-19 14:47:52 -07:00
parent 1e7839377c
commit 0bdb17eca8

View file

@ -2129,6 +2129,9 @@ Here's the code for storing your service account credentials as `GOOGLE_APPLICAT
```python
import os
import tempfile
def load_vertex_ai_credentials():
# Define the path to the vertex_key.json file
print("loading vertex ai credentials")