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.82k stars 815 forks source link

Program run successfully but cannot detect voice #151

Open Fatal-Zhy opened 10 months ago

Fatal-Zhy commented 10 months ago

image Speaker:[.]

Fatal-Zhy commented 10 months ago

all warnings: image

bilalmir commented 10 months ago

torch is not getting installed, can help me with torch version needed, tried alot but no luck. Which version to use with python 3.9 and I have CPU based

KesavanWebrixtec commented 8 months ago

For me the program is ready after that Error code: 401 - {'error': {'message': 'Incorrect API key provided: API_KEY. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}} Error when attempting to get a response from LLM. Error code: 401 - {'error': {'message': 'Incorrect API key provided: API_KEY. You can find your API key at https://platform.openai.com/account/api-keys.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_api_key'}} Error when attempting to get a response from LLM.

this error code is coming api api1

rectify this problem

laminda commented 6 months ago

Screenshot_14 Screenshot_15

Can you tell me how to solve this problem?

Windows 10 Python 3.9 IDE Pycharm

laminda commented 6 months ago

I have found a solution, it is described here: https://github.com/openai/whisper/discussions/514#discussioncomment-4298325