Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -7,7 +7,6 @@ from google import genai
|
|
| 7 |
from google.genai import types
|
| 8 |
|
| 9 |
# API key as envirnomental varibale
|
| 10 |
-
os.environ["GOOGLE_API_KEY"] = access_token.GOOGLE_API_KEY
|
| 11 |
api_key = os.environ.get("GOOGLE_API_KEY")
|
| 12 |
|
| 13 |
|
|
|
|
| 7 |
from google.genai import types
|
| 8 |
|
| 9 |
# API key as envirnomental varibale
|
|
|
|
| 10 |
api_key = os.environ.get("GOOGLE_API_KEY")
|
| 11 |
|
| 12 |
|