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

No response when speaking through mic #81

Closed Zulks01 closed 1 year ago

Zulks01 commented 1 year ago

Hi,

Im getting no response when running the app. it does open up the gui but when talking through it nothing is being transcribed

image

also getting the below in CMD, what does this mean? "You have exceeded your current quota, please check your plan and billing details"

image

MrunalPatil14 commented 1 year ago

I am getting the same

Adarsha-gg commented 1 year ago

You can solve this by using ecoute normally instead of --api. Using --api costs some "points?" from the API key. Running it as "python main.py" should do the trick

SevaSk commented 1 year ago

Your openAI key must have access to the openAI API, which means you need to set up a paid openAI account. https://stackoverflow.com/questions/75898276/openai-chatgpt-gpt-3-5-api-error-429-you-exceeded-your-current-quota-please