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

add option to use bing AI instead of OpenAI for free use of ecoute

mshvarts opened this issue · comments

commented

We can use ecoute for free if we could use bing AI instead of openai api key.
Or can we use this instead? https://github.com/danny-avila/LibreChat

i dont have a premium openai key and it says you need to go on a waitlist to even upgrade.
otherwise I cant use this program and I keep getting error "You exceeded your current quota, please check your plan and billing details."

commented

I believe one of the issues is that ecoute uses credits for getting responses from the OpenAI LLM (ChatGPT) so you end up using the free credits very quickly.

One of the forks of the repo is Transcribe - https://github.com/vivekuppal/transcribe/

It allows to turn off responses from OpenAI LLM which in turn does not require OpenAI credits, if that is what you are looking for