Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from google import genai
|
|
| 4 |
from google.genai import types
|
| 5 |
from google.colab import userdata
|
| 6 |
|
| 7 |
-
client = genai.Client(api_key=
|
| 8 |
|
| 9 |
personalities = {
|
| 10 |
"Friendly":
|
|
|
|
| 4 |
from google.genai import types
|
| 5 |
from google.colab import userdata
|
| 6 |
|
| 7 |
+
client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
|
| 8 |
|
| 9 |
personalities = {
|
| 10 |
"Friendly":
|