Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import time
|
|
6 |
# Configuration
|
7 |
token = os.environ.get("TOKEN")
|
8 |
|
9 |
-
genai.configure(api_key=
|
10 |
|
11 |
generation_config = {
|
12 |
"temperature": 1,
|
|
|
6 |
# Configuration
|
7 |
token = os.environ.get("TOKEN")
|
8 |
|
9 |
+
genai.configure(api_key=token)
|
10 |
|
11 |
generation_config = {
|
12 |
"temperature": 1,
|