Ayanaminn / N46Whisper

Whisper based Japanese subtitle generator
MIT License
1.56k stars 128 forks source link

看了下额度也有,为什么就会报错呢? #39

Open Stanley892023 opened 1 year ago

Stanley892023 commented 1 year ago

During handling of the above exception, another exception occurred:

RateLimitError Traceback (most recent call last) /usr/local/lib/python3.9/dist-packages/openai/api_requestor.py in _interpret_response_line(self, rbody, rcode, rheaders, stream) 681 stream_error = stream and "error" in resp.data 682 if stream_error or not 200 <= rcode < 300: --> 683 raise self.handle_error_response( 684 rbody, rcode, resp.data, rheaders, stream_error=stream_error 685 )

RateLimitError: You exceeded your current quota, please check your plan and billing details.