From adbc6870934528b044a4ac920963eb290183259f Mon Sep 17 00:00:00 2001 From: oimwiodev Date: Fri, 22 May 2026 19:32:41 +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 32ac8d5..a2d5949 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ YouTube Auto Dub is a Python pipeline that downloads a YouTube video, transcribe ## What Changed -- Translation now uses an LM Studio OpenAI-compatible `/v1/chat/completions` endpoint. +- 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. - Translation settings can be configured with environment variables or CLI flags.