nniehaus commited on
Commit
5cca416
1 Parent(s): 7cc4197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  from tenacity import retry, wait_fixed, stop_after_attempt
5
 
6
  # Set the OpenAI API key
7
- openai.api_key = os.getenv("OPENAI_API_KEY")
8
 
9
  # Define the initial system message
10
  initial_messages = [
 
4
  from tenacity import retry, wait_fixed, stop_after_attempt
5
 
6
  # Set the OpenAI API key
7
+ openai.api_key = os.getenv("YOUR_OPENAI_API_KEY")
8
 
9
  # Define the initial system message
10
  initial_messages = [