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.89k stars 827 forks source link

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

Open ml-phan opened 1 year ago

ml-phan commented 1 year ago

The transcript works but it gives me this error. Where can I pay for the plan? Thanks.

mlubbad commented 1 year ago

The transcript works but it gives me this error. Where can I pay for the plan? Thanks.

I assume you need to increase the limits on OpenAI API (soft,hard).

Goodluck 😀

saiggs commented 1 year ago

do we need open ai subscription

mlubbad commented 1 year ago

Sure, the repo used Whisper for live transcription.

Fatal-Zhy commented 1 year ago

do you fixed this problem? I meet the same one, how to deal with it?