Spaces:
Running
Running
Commit
·
326d6d4
1
Parent(s):
71a7938
debugging
Browse files
agent.py
CHANGED
@@ -23,6 +23,8 @@ if GEMINI_API_KEY is None:
|
|
23 |
conf = os.environ.get('GOOGLE_APPLICATION_CREDENTIALS')
|
24 |
|
25 |
service_account_info = json.loads(conf)
|
|
|
|
|
26 |
credentials = service_account.Credentials.from_service_account_info(service_account_info)
|
27 |
|
28 |
DOCUMENT_DIR = 'document/'
|
|
|
23 |
conf = os.environ.get('GOOGLE_APPLICATION_CREDENTIALS')
|
24 |
|
25 |
service_account_info = json.loads(conf)
|
26 |
+
print(service_account_info)
|
27 |
+
|
28 |
credentials = service_account.Credentials.from_service_account_info(service_account_info)
|
29 |
|
30 |
DOCUMENT_DIR = 'document/'
|