From c6363dfa846a953f9eca81088fec972bf34e6420 Mon Sep 17 00:00:00 2001 From: oimwiodev Date: Fri, 22 May 2026 19:35:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b1209..772d29a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ YouTube Auto Dub is a Python pipeline that downloads a YouTube video, transcribe - Translation now uses an OpenAI-compatible `/v1/chat/completions` endpoint. - Google Translate scraping has been removed from the active runtime path. -- LM Studio is now the default and only supported translation backend. +- OpenAI compatible backend is now the default with no option for Google Translate. - Translation settings can be configured with environment variables or CLI flags. ## Requirements