dudegladiator commited on
Commit
2d1066a
·
1 Parent(s): b12e8b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ openai.api_key = os.environ["apikey"]
5
 
6
  message=[{"role":"system","content":"You are expert in explaining things in brief way"}]
7
  try:
8
- openai.api_key = os.environ["apikey"]
9
  def ChatReply(Question):
10
 
11
  message.append({"role":"user","content": Question})
 
5
 
6
  message=[{"role":"system","content":"You are expert in explaining things in brief way"}]
7
  try:
8
+ openai.api_key = apikey
9
  def ChatReply(Question):
10
 
11
  message.append({"role":"user","content": Question})