clarissah commited on
Commit
40407c7
·
verified ·
1 Parent(s): dbaf0d9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def respond(message, history):
16
 
17
  print(response ["choices"][0]["message"]["content"].strip())
18
 
19
- return response ["choices"][0]["message"]["content"].strip()
20
 
21
  def echo(message, history):
22
  choices = ["yes", "ummmmm no no no", "sure", ".....I think you need to rethink your choices", "you deserve a sweet treat", "I don't think so"]
 
16
 
17
  print(response ["choices"][0]["message"]["content"].strip())
18
 
19
+ return response ['choices'][0]['message']['content'].strip()
20
 
21
  def echo(message, history):
22
  choices = ["yes", "ummmmm no no no", "sure", ".....I think you need to rethink your choices", "you deserve a sweet treat", "I don't think so"]