Code Monkey home page Code Monkey logo

Comments (5)

TheExplainthis avatar TheExplainthis commented on June 14, 2024

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

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

即可

from chatgpt-line-bot.

cosmatter avatar cosmatter commented on June 14, 2024

成功了,可能編寫有問題,機器人只有已讀,無法回應

from chatgpt-line-bot.

TheExplainthis avatar TheExplainthis commented on June 14, 2024

是否有任何錯誤訊息呢?

from chatgpt-line-bot.

cosmatter avatar cosmatter commented on June 14, 2024

沒有! 只是已讀沒回,我另外測試其他人的教學,使用VERCEL平台,機器人回覆
08:54 Chat GPT Request failed with status code 429
08:54 Chat GPT POST https://api.openai.com/v1/completions
08:54 Chat GPT You exceeded your current quota, please check your plan and billing details.
懷疑免費額度沒了,改創新帳號使用新的API KEY後,一樣出現上面的錯誤訊息

from chatgpt-line-bot.

TheExplainthis avatar TheExplainthis commented on June 14, 2024

可以先辨識是 Line 的問題 還是 ChatGPT 的問題
下面這一行程式碼

response = chatgpt.get_response(user_id, text)
msg = TextSendMessage(text=response)

改成

# response = chatgpt.get_response(user_id, text)  註解掉
msg = TextSendMessage(text="Hello World")

看看是否 Line 會回傳 Hello World,會的話代表 Line 端沒問題

如果是 OpenAI 他說的額度用完,建議可以去 openai 的開發者後台,看看他使用量如何!

from chatgpt-line-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.