ecoute icon indicating copy to clipboard operation
ecoute copied to clipboard

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

Open mshvarts opened this issue 1 year ago • 1 comments

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."

mshvarts avatar Nov 21 '23 18:11 mshvarts

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

abhinavuppal1 avatar Nov 22 '23 01:11 abhinavuppal1