DrRaja82 commited on
Commit
5c19b45
·
1 Parent(s): 780775f

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -8,6 +8,7 @@ from prompt_base import *
8
 
9
  config = dotenv_values(".env")
10
  api_key = str(config.get('OPEN_API_KEY'))
 
11
 
12
  archetype_list = ["The Hero",
13
  "The Sage",
 
8
 
9
  config = dotenv_values(".env")
10
  api_key = str(config.get('OPEN_API_KEY'))
11
+ print(api_key)
12
 
13
  archetype_list = ["The Hero",
14
  "The Sage",