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

Errro installing Ecoute #133

Open Bhaloosky opened 1 year ago

Bhaloosky commented 1 year ago

Hello, how can I resolve the below error? I will appreciate if I can fix it as I have not been able to install the ecoute successfully despite multiple tries

PS C:\Users\user\ecoute> python -c "with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY="OpenAI API key"')" File "", line 1 with open('keys.py', 'w', encoding='utf-8') as f: f.write('OPENAI_API_KEY=" OpenAI API key') ^ SyntaxError: unterminated string literal (detected at line 1)

abhinavuppal1 commented 9 months ago

Try transcribe, it likely won't have the same issues http://github.com/vivekuppal/transcribe