TheExplainthis / ChatGPT-Line-Bot

This is a repository that allows you to integrate ChatGPT into Line.
MIT License
1.53k stars 1.86k forks source link

secret設定完之後,沒跑出網址,出現Configure me!,不知哪一步出錯 #7

Closed chyuhsuan closed 1 year ago

chyuhsuan commented 1 year ago
Screenshot 2023-03-06 at 9 22 32 PM
TheExplainthis commented 1 year ago

可以參考這個 issue 唷! https://github.com/TheExplainthis/ChatGPT-Line-Bot/issues/1

chyuhsuan commented 1 year ago

已解決,謝謝!

chyuhsuan commented 1 year ago

現在全部設定完進入聊天之後,開始聊天後卻沒有反應,不知有可能是哪步驟出錯

Screenshot 2023-03-07 at 12 33 17 PM
TheExplainthis commented 1 year ago

有沒有開啟自動回覆呢?

image
chyuhsuan commented 1 year ago

有的,這個有關掉。若打開它會自動回覆如下訊息:

感謝您的訊息!

很抱歉,本帳號無法個別回覆用戶的訊息。 敬請期待我們下次發送的內容喔(moon smile)

TheExplainthis commented 1 year ago

可以試著在 function 裡面加入一些 log,先判斷一下問題是以下哪一種:

  1. 沒收到訊息
  2. 模型有問題所以程式碼執行中斷無法回傳訊息
  3. 模型沒問題,但回傳訊息時出問題