Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maso0310 authored Dec 4, 2023
1 parent a9d3905 commit edbb662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def handle_message(event):
print(GPT_answer)
line_bot_api.reply_message(event.reply_token, TextSendMessage(GPT_answer))
except:
print(traceback.exec_format())
print(traceback.format_exc())
line_bot_api.reply_message(event.reply_token, TextSendMessage('你所使用的OPENAI API key額度可能已經超過,請於後台Log內確認錯誤訊息'))


Expand Down

0 comments on commit edbb662

Please sign in to comment.