Shad0ws commited on
Commit
e97933c
·
1 Parent(s): c636caa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
  #openai.api_key = os.getenv("OPENAI_API_KEY")
7
 
8
  #if you have OpenAI API key as a string, enable the below
9
- openai.api_key = "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"
10
 
11
  start_sequence = "\nAI:"
12
  restart_sequence = "\nHuman: "
 
6
  #openai.api_key = os.getenv("OPENAI_API_KEY")
7
 
8
  #if you have OpenAI API key as a string, enable the below
9
+ openai.api_key = "<API_KEY>"
10
 
11
  start_sequence = "\nAI:"
12
  restart_sequence = "\nHuman: "