Spaces:
Sleeping
Sleeping
valentynliubchenko
commited on
Commit
·
02f4b7b
1
Parent(s):
58b8467
fixed dependency
Browse files- vertex_ai_service.py +1 -1
vertex_ai_service.py
CHANGED
|
@@ -198,7 +198,7 @@ if __name__ == '__main__':
|
|
| 198 |
project = "igneous-spanner-441609-h6"
|
| 199 |
location = "us-central1"
|
| 200 |
model_name = "gemini-1.5-flash"
|
| 201 |
-
key_path =
|
| 202 |
# key_path = './secrets/GOOGLE_VERTEX_AI_KEY_435817.json'
|
| 203 |
|
| 204 |
# Initialize the client and generate content
|
|
|
|
| 198 |
project = "igneous-spanner-441609-h6"
|
| 199 |
location = "us-central1"
|
| 200 |
model_name = "gemini-1.5-flash"
|
| 201 |
+
key_path = None
|
| 202 |
# key_path = './secrets/GOOGLE_VERTEX_AI_KEY_435817.json'
|
| 203 |
|
| 204 |
# Initialize the client and generate content
|