You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FeatureSettingSection(title:featureSettingsLocalized("Speech Recognition"), detail:featureSettingsLocalized("Choose the ASR model that feeds the translation pipeline.")){
FeatureSettingSection(title:featureSettingsLocalized("Translation Model"), detail:featureSettingsLocalized("Select an LLM or use Whisper direct translation when the ASR path supports it.")){
FeatureInlinePickerRow(title:featureSettingsLocalized("Target Language"), detail:featureSettingsLocalized("Move the shared translation language setting here so the behavior stays feature-local.")){
detail:featureSettingsLocalized("When enabled, selected-text translation replaces the current selection directly. When disabled, Voxt opens a result window after completion instead."),
if featureSettings.translation.modelSelectionID.translationSelection !=.whisperDirectTranslate {
65
-
FeatureSettingSection(title:featureSettingsLocalized("Prompt"), detail:featureSettingsLocalized("Prompt controls are shown only when the selected translation model supports prompt-based generation.")){
subtitle:featureSettingsLocalized("Set the ASR and text model pairing used for rewrite mode, then tune the rewrite-specific prompt and follow-up shortcut."),
FeatureSettingSection(title:featureSettingsLocalized("Speech Recognition"), detail:featureSettingsLocalized("Choose the speech model that feeds rewrite mode.")){
FeatureSettingSection(title:featureSettingsLocalized("Rewrite Model"), detail:featureSettingsLocalized("Pick the text model used to rewrite, rephrase, or clean captured content.")){
FeatureSettingSection(title:featureSettingsLocalized("Prompt"), detail:featureSettingsLocalized("Prompt templates stay local to rewrite mode and no longer live in the shared model page.")){
FeatureSettingSection(title:featureSettingsLocalized("Speech Recognition"), detail:featureSettingsLocalized("This model handles the first-pass transcript.")){
detail:featureSettingsLocalized("Add segmented notes during transcription. Once enabled, Notes appears in the Feature menu and supports a dedicated trigger key."),
FeatureSettingSection(title:featureSettingsLocalized("Text Enhancement"), detail:featureSettingsLocalized("Only configured and installed models can be selected here.")){
detail:featureSettingsLocalized("Use this key while a live transcription session is recording to save the current transcript tail as a note and insert a note marker into the OverLazy preview."),
FeatureSettingSection(title:featureSettingsLocalized("Title Generation"), detail:featureSettingsLocalized("This model generates the short floating-card title for each saved note.")){
81
+
FeatureSettingSection(title:"", detail:""){
89
82
FeatureSelectorRow(
90
-
title:featureSettingsLocalized("Note Title Model"),
0 commit comments