DR Live Translate

Live-translates subtitles on DR.dk using a LLM.

作者
Eckankar
今日安裝
0
安裝總數
3
評價
0 0 0
版本
1.3.2
建立日期
2025-03-16
更新日期
2025-04-07
尺寸
7.0 KB
授權條款
MIT
腳本執行於

This script requires access to a large language model, that can help it translate the subtitles.

You configure this by changing the LLM_PROVIDER_BASE and LLM_MODEL in the beginning of the script, to point towards an OpenAI compatible API.


If you want to run your own translation model locally, my recommendation is to set up LM Studio. You'll need to go into power user/developer mode. Then you can download the model you want into it (in the Discover tab), and enable the API (in the Developer tab). You'll need to enable CORS.

Once you have it up and running, copy the API address shown on the Developer tab. Remember to add /v1 at the end.