Ayanaminn / N46Whisper

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

可以给出“只导出翻译后的中文字幕”的选项吗 #26

Open Ayanaminn opened 1 year ago

Ayanaminn commented 1 year ago

Discussed in https://github.com/Ayanaminn/N46Whisper/discussions/25

Originally posted by **MrFutureV** March 21, 2023 如题
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.

**确认过chatgpt额度,还剩下很多可以使用,为什么就用不了呢