diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-09 00:27:38 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-09 00:27:57 -0700 |
| commit | ebc390f9e74378fdaba3e79e9da4a76c436464e2 (patch) | |
| tree | 0b2829e10d0c846902eb2bf53ad05dcdb8cff3ce /gui/gui_settings.py | |
| parent | 41c4a2b287030f93b96db27dc6783e2b12aab99e (diff) | |
implement gpt-realtime-translate
Diffstat (limited to 'gui/gui_settings.py')
| -rw-r--r-- | gui/gui_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gui_settings.py b/gui/gui_settings.py index c6d98b5..66f9a6a 100644 --- a/gui/gui_settings.py +++ b/gui/gui_settings.py @@ -216,7 +216,7 @@ class _SettingsDialog(QDialog): openai_tab_layout.addLayout(openai_layout) self.openai_hint_label = QLabel( - "When enabled, source audio is streamed to OpenAI /v1/realtime/translations and subtitle SSE events are produced from realtime transcript output. Ollama cleanup is bypassed.", + "When enabled, source audio is streamed to OpenAI /v1/realtime/translations (gpt-realtime-translate) and subtitle SSE events are produced from realtime transcript output. Ollama cleanup is bypassed.", openai_tab, ) self.openai_hint_label.setWordWrap(True) |
