Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,8 @@ import html
|
|
6 |
import random
|
7 |
import datetime
|
8 |
|
9 |
-
api_key = os.environ.get('FEATHERLESS_API_KEY')
|
|
|
10 |
|
11 |
if not api_key:
|
12 |
raise RuntimeError("Cannot start without required API key. Please register for one at https://featherless.ai")
|
|
|
6 |
import random
|
7 |
import datetime
|
8 |
|
9 |
+
#api_key = os.environ.get('FEATHERLESS_API_KEY')
|
10 |
+
api_key = os.environ.get('GOOGLE_API_KEY')
|
11 |
|
12 |
if not api_key:
|
13 |
raise RuntimeError("Cannot start without required API key. Please register for one at https://featherless.ai")
|