Skip to content

Commit

Permalink
'ok'
Browse files Browse the repository at this point in the history
  • Loading branch information
maso0310 committed Apr 10, 2023
1 parent 69e3c31 commit a43d0d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def callback():
def handle_message(event):
msg = event.message.text
GPT_answer = GPT_response(msg)
print(GPT_answer)
line_bot_api.reply_message(event.reply_token, TextSendMessage(GPT_answer))

@handler.add(PostbackEvent)
Expand Down

0 comments on commit a43d0d2

Please sign in to comment.