From 210e94276314815dfae856f3800e8a3058b928ca Mon Sep 17 00:00:00 2001 From: Seva <50382291+SevaSk@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:32:12 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d3adea..9850a9d 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ python main.py --api Upon initiation, Ecoute will begin transcribing your microphone input and speaker output in real-time, generating a suggested response based on the conversation. Please note that it might take a few seconds for the system to warm up before the transcription becomes real-time. -The --api flag will use the whisper api for trnascriptions. This significantly enhances transcription speed and accuracy, and it works in most languages (rather than just English without the flag). It's expected to become the default option in future releases. However, keep in mind that using the Whisper API will consume more OpenAI credits than using the local model. This increased cost is attributed to the advanced features and capabilities that the Whisper API provides. Despite the additional expense, the substantial improvements in speed and transcription accuracy may make it a worthwhile investment for your use case. +The --api flag will use the whisper api for transcriptions. This significantly enhances transcription speed and accuracy, and it works in most languages (rather than just English without the flag). It's expected to become the default option in future releases. However, keep in mind that using the Whisper API will consume more OpenAI credits than using the local model. This increased cost is attributed to the advanced features and capabilities that the Whisper API provides. Despite the additional expense, the substantial improvements in speed and transcription accuracy may make it a worthwhile investment for your use case. ### ⚠️ Limitations From 39573cc01acf090ab3f5b63fcc7d3efd42df2314 Mon Sep 17 00:00:00 2001 From: Seva <50382291+SevaSk@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:44:40 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9850a9d..b7b65c7 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Run the main script: python main.py ``` -For a better and faster version, use: +For a more efficient and faster version that also works with most languages ``` python main.py --api From fb7c6e12cc316c21e0685692164045cb6dd6807a Mon Sep 17 00:00:00 2001 From: Seva <50382291+SevaSk@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:45:17 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7b65c7..a001be4 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Run the main script: python main.py ``` -For a more efficient and faster version that also works with most languages +For a more better and faster version that also works with most languages ``` python main.py --api From 92cf879f14d2651466dcf2e3ccb0370640bd3406 Mon Sep 17 00:00:00 2001 From: Seva <50382291+SevaSk@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:45:52 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a001be4..4903a37 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Run the main script: python main.py ``` -For a more better and faster version that also works with most languages +For a more better and faster version that also works with most languages, use: ``` python main.py --api