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.85k stars 817 forks source link

Potential Cost Incurred by Leaving Terminal Command Open for Extended Periods #17

Closed khanhthanhh9 closed 1 year ago

khanhthanhh9 commented 1 year ago

inadvertently left the terminal command open on my PC for a continuous 6-hour duration, resulting in an approximate expenditure of $1.5 due to ongoing prompts, despite having turned off the UI tkinter. Considering the possibility of others encountering the same accidental behavior, I would like to share this issue here.

SevaSk commented 1 year ago

Sorry! Just pushed a change https://github.com/SevaSk/ecoute/commit/392235ec296b4cdd593f0260049f616339210dee to fix this.

khanhthanhh9 commented 1 year ago

Thank you for your fast fix!