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.