From 350ed51dd460aec4ed213c52754300143fd197ff Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sat, 28 Jan 2023 16:15:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b890a56..263c825 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Optimizations I can think of off hand: * Move it to a different API/Webhook * There might be an OpenAI native CPU version now? If so, it might be better since it's natively in python * Cleaner implementation in a different language. Python isn't the best for this particular implementation, but I wanted to learn it -* Whisper (.cpp) has the ability to translate a good chunk of languages into english. I didn't explore this. +* Whisper (.cpp) has the ability to translate a good chunk of languages into english. I didn't explore this. I'm not sure what this looks like with bi-lingual shows like Acapulco. Will I update or maintain this? Likely not. I built this for my own use, and will fix and push issues that directly impact my own usage. Unfortunately, I don't have the time or expertise to manage an active project like this.