SC999 commited on
Commit
c54af5a
1 Parent(s): a95de86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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")