Leiyan525 commited on
Commit
a3f853b
·
1 Parent(s): becc455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ system_prompt = [
10
  }
11
  ]
12
 
13
-
14
 
15
  def respond(message, chat_history):
16
  re_messages = system_prompt
 
10
  }
11
  ]
12
 
13
+ openai.api_key = open_ai_key
14
 
15
  def respond(message, chat_history):
16
  re_messages = system_prompt