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.

Home Page:https://github.com/SevaSk/ecoute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program run successfully but cannot detect voice

Fatal-Zhy opened this issue · comments

image
Speaker:[.]

all warnings:
image

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

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

Screenshot_14
Screenshot_15

Can you tell me how to solve this problem?

Windows 10
Python 3.9
IDE Pycharm

I have found a solution, it is described here: openai/whisper#514 (comment)