Dy commited on
Commit
76b788c
1 Parent(s): 354e5e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -12,6 +12,9 @@ import requests
12
  from bs4 import BeautifulSoup
13
  from io import BytesIO
14
 
 
 
 
15
  template = '''
16
  {history}
17
  {human_input}
 
12
  from bs4 import BeautifulSoup
13
  from io import BytesIO
14
 
15
+ OPENAI_API_KEY = os.environ['OPENAI_API_KEY']
16
+
17
+
18
  template = '''
19
  {history}
20
  {human_input}