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.83k stars 814 forks source link

Ecoute not responding #186

Open jyoti1803sahu opened 2 months ago

jyoti1803sahu commented 2 months ago

I have installed ecoute but it is not responding to the audio played it is only hearing and printing the speakers data and not generating the answers.

jyoti1803sahu commented 2 months ago

image

jjwprotozoa commented 2 months ago

Have you configured your gpt api key?

cargoldfi commented 2 months ago

I am also currently encountering the same issue, I correctly configured the GPT API Key using the right file format .py. please help out

neil-ning commented 2 months ago

I have the same issue but got a response like this "The model gpt-3.5-turbo-0301 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations".

cargoldfi commented 2 months ago

I have the same issue but got a response like this "The model gpt-3.5-turbo-0301 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations".

Have u been able to update and is it now working properly?

cargoldfi commented 2 months ago

how do change the GPT 3/5 tubro-0301 to GPT4.0

neil-ning commented 2 months ago

I have the same issue but got a response like this "The model gpt-3.5-turbo-0301 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations".

Have u been able to update and is it now working properly?

NO, no clue to handle it

mktalley commented 1 month ago
  1. Open the GPTResponder.py file found in "C:\Users\user\ecoute\"
  2. On Line 11, update the model 'gpt-3.5-turbo-030' > 'gpt-4o-mini' or whatever current model you want to use (make sure you have an open balance within your OpenAI account...mini is the cheapest to run)
  3. Save the file, run the app, should be good to go...=)