Spaces:
Sleeping
Sleeping
valentynliubchenko
commited on
Commit
·
6fa0b8b
1
Parent(s):
02f4b7b
fixed dependency
Browse files
app.py
CHANGED
|
@@ -235,8 +235,11 @@ def update_prompt_from_radio(prompt_name):
|
|
| 235 |
return read_prompt_from_file("common/prompt_v1.txt")
|
| 236 |
|
| 237 |
|
| 238 |
-
google_drive_client = GoogleDriveClient(json_key_path='secrets/GOOGLE_SERVICE_DRIVE_KEY_435817.json')
|
| 239 |
-
vertex_ai_client = VertexAIService(json_key_path='secrets/GOOGLE_VERTEX_AI_KEY_435817.json')
|
|
|
|
|
|
|
|
|
|
| 240 |
|
| 241 |
key = None
|
| 242 |
key_file_path = 'secrets/OPENAI_AI_KEY.txt'
|
|
|
|
| 235 |
return read_prompt_from_file("common/prompt_v1.txt")
|
| 236 |
|
| 237 |
|
| 238 |
+
#google_drive_client = GoogleDriveClient(json_key_path='secrets/GOOGLE_SERVICE_DRIVE_KEY_435817.json')
|
| 239 |
+
#vertex_ai_client = VertexAIService(json_key_path='secrets/GOOGLE_VERTEX_AI_KEY_435817.json')
|
| 240 |
+
google_drive_client = GoogleDriveClient()
|
| 241 |
+
vertex_ai_client = VertexAIService()
|
| 242 |
+
|
| 243 |
|
| 244 |
key = None
|
| 245 |
key_file_path = 'secrets/OPENAI_AI_KEY.txt'
|