Update README.md

This commit is contained in:
2026-05-22 19:32:41 +01:00
parent d83c57cda3
commit adbc687093

View File

@@ -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.