aloatalpine commited on
Commit
b802ad8
·
1 Parent(s): 7bbf0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ st.markdown("""
14
 
15
  # Set org ID and API key
16
  openai.api_key = os.environ['TOKEN']
 
17
  # Set org ID and API key
18
  LEN_CONVERSATION = 10 # How many times each chatbot speaks
19
 
 
14
 
15
  # Set org ID and API key
16
  openai.api_key = os.environ['TOKEN']
17
+ API_KEY = os.environ['TOKEN']
18
  # Set org ID and API key
19
  LEN_CONVERSATION = 10 # How many times each chatbot speaks
20