GithubHelp home page GithubHelp logo

RateLimitError about sumgpt HOT 4 CLOSED

sean1832 avatar sean1832 commented on June 19, 2024
RateLimitError

from sumgpt.

Comments (4)

thisisowenlo avatar thisisowenlo commented on June 19, 2024 1

下載後將 .bat 改寫為 .sh 後在本地端 Mac 將代碼運行起來,看了錯誤訊息發現是我的 API free trial 過期了,改為 paid 版本後就沒問題了,感謝!

from sumgpt.

sean1832 avatar sean1832 commented on June 19, 2024

你好,请问你用的API是免费试用 (free trial) 的还是付费(pay as you go)的?

根据openAI的官网资料,免费试用的API,一分钟只能呼叫20次API,也就是说,你的区块值(chunk)不能超过20。而对于付费(pay as you go)的API,一分钟可以呼叫3500次。

所以,如果你使用的是免费试用的API,那么你有三个选择:

  1. 切换付费API,并在openAI账号上绑定银行卡。(运行速度:快)(处理模式:平行)(文章长度:长)(稳定性:高)
  2. 将区块值调到20个以下。(运行速度:快)(处理模式:平行)(文章长度:短)(稳定性:高)
  3. 使用legacy模式。(运行速度:慢)(处理模式:线性)(文章长度:长)(稳定性:低)

注意,使用Legacy模式,根据情况可以用免费的API处理超过20个区块。这是因为Legacy模式是线性处理,所以运行速度慢,如果回答长度较长,可能一分钟内不会达到处理20个区块的极限。但我不建议使用这个方式,把它考虑为最后选项。由于你无法预测处理区块的时间,因此无法保证一分钟内不会超出20个区块的极限,所以这个方式极其不稳定。并且由于其处理方式是线性的,所以普通模式只需要20秒的内容,根据情况legacy可能会花超过30分钟。

from sumgpt.

thisisowenlo avatar thisisowenlo commented on June 19, 2024

我使用的是 free API
input 的 youtube link:https://www.youtube.com/watch?v=j527pvg8cIM&t=9&ab_channel=PROOF

系統給出的 Chunks 是 4
而我也在 Advanced Options 將 Delay 打開了,還是得到同樣的錯誤訊息

from sumgpt.

sean1832 avatar sean1832 commented on June 19, 2024

hum...
我这里测试并没有什么问题。
image

你可以依次尝试以下:

  1. 进入openAI检查试用余额,确保有足够的余额,免费API有18美元的金额。
  2. 确保你的免费API没有过期。
  3. 下载本地版SumGPT,下载好之后,确保你安装了python,然后双击运行RUN.bat。如果还有报错,请把错误信息发上来。因为网页版是不会报详细的错误信息的。

from sumgpt.

Related Issues (7)

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.