SevaSk / ecoute

Ecoute is a live transcription tool that provides real-time transcripts for both the user's microphone input (You) and the user's speakers output (Speaker) in a textbox. It also generates a suggested response using OpenAI's GPT-3.5 for the user to say based on the live transcription of the conversation.
https://github.com/SevaSk/ecoute
MIT License
5.85k stars 817 forks source link

You exceeded your current quota, please check your plan and billing details. #47

Closed Barhoush closed 1 year ago

Barhoush commented 1 year ago

I had this error at the beginning when I was a Free Tier User. I upgraded my plan into ChatGPT Plus, created a new API KEY and changed it in keys.py but I still get this error directly after Escoute interface pops out: [INFO] Adjusting for ambient noise from Default Mic. Please make some noise from the Default Mic... [INFO] Completed ambient noise adjustment for Default Mic. [INFO] Adjusting for ambient noise from Default Speaker. Please make or play some noise from the Default Speaker... [INFO] Completed ambient noise adjustment for Default Speaker. READY You exceeded your current quota, please check your plan and billing details. You exceeded your current quota, please check your plan and billing details. You exceeded your current quota, please check your plan and billing details.

shenhuanum1 commented 1 year ago

Don't understand

Barhoush commented 1 year ago

Fixed it by following steps here: 1) Set up paid account and add a credit or debit card. 2) Generate a new API key if your old API key was generated before you upgraded to the paid plan.

Source: https://stackoverflow.com/questions/75898276/openai-chatgpt-gpt-3-5-api-error-429-you-exceeded-your-current-quota-please