aboutsummaryrefslogtreecommitdiffstats
path: root/gui/gui_settings.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-05-09 00:27:38 -0700
committerPinapelz <yukais@pinapelz.com>2026-05-09 00:27:57 -0700
commitebc390f9e74378fdaba3e79e9da4a76c436464e2 (patch)
tree0b2829e10d0c846902eb2bf53ad05dcdb8cff3ce /gui/gui_settings.py
parent41c4a2b287030f93b96db27dc6783e2b12aab99e (diff)
implement gpt-realtime-translate
Diffstat (limited to 'gui/gui_settings.py')
-rw-r--r--gui/gui_settings.py2
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)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage