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

按下Run之後沒有出現hello world #3

Closed as84089443 closed 1 year ago

as84089443 commented 1 year ago

 cowsay Configure me!


< Configure me! >


    \   ^__^
     \  (oo)\_______
        (__)\       )\/\
            ||----w |
            ||     ||


只出現以上資訊,截圖在這 https://imgur.com/a/c97djCJ

TheExplainthis commented 1 year ago

剛剛有推了一個新版,可以在 main 中加入

@app.route("/", methods=['GET'])
def home():
    return 'Hello World'

即可

as84089443 commented 1 year ago

複製了新版的Main.py代碼貼上後,一樣沒有顯示呢?! 我需要整個專案重來嗎? https://imgur.com/a/oFzCSm6

TheExplainthis commented 1 year ago

創建時語言需要選擇 python 唷! 如圖所示

image
as84089443 commented 1 year ago

原來如此... 圖文教學裡面是Blank Repl,改成Python就可以了! https://www.explainthis.io/zh-hant/chatgpt/line