JunchuanYu commited on
Commit
d0ccc30
1 Parent(s): 5c3bd2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,8 +6,7 @@ from utils import *
6
  from presets import *
7
  from chat_func import *
8
 
9
- if my_api_key == "":
10
- my_api_key = os.environ.get('my_api_key')
11
 
12
  if my_api_key == "empty":
13
  print("Please give a api key!")
 
6
  from presets import *
7
  from chat_func import *
8
 
9
+ my_api_key = os.environ.get('my_api_key')
 
10
 
11
  if my_api_key == "empty":
12
  print("Please give a api key!")