AjithKSenthil commited on
Commit
54aab09
1 Parent(s): 0e5ce07

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +3 -1
config.py CHANGED
@@ -1 +1,3 @@
1
- OPENAI_API_KEY = ajithskey
 
 
 
1
+ import os
2
+
3
+ OPENAI_API_KEY = os.environ.get("ajithskey")