umangchaudhry commited on
Commit
2ea6b68
·
1 Parent(s): 7289133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import random
4
  import time
5
 
6
  # Set up OpenAI API key
7
- openai.api_key = "insert your API key here"
8
 
9
  system_message = {"role": "system", "content": "You are a helpful assistant."}
10
 
 
4
  import time
5
 
6
  # Set up OpenAI API key
7
+ openai.api_key = "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"
8
 
9
  system_message = {"role": "system", "content": "You are a helpful assistant."}
10