Skip to content

Commit 2500d75

Browse files
nikitostintel
authored andcommitted
Removing Multinet options in favor of WIS
1 parent 05217ae commit 2500d75

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

misc/model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const WAKE_WORDS = {
3535
};
3636
export const SPEECH_REC_MODE = {
3737
WIS: 'Willow Inference Server',
38-
Multinet: 'On Client Command Recognition (developers only)',
3938
};
4039
export const AUDIO_RESPONSE_TYPE = { TTS: 'Text to Speech', Chimes: 'Chimes', None: 'Silence' };
4140
export const COMMAND_ENDPOINT = {

pages/config.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,7 @@ function GeneralSettings() {
684684
defaultValue={generalSettings.speech_rec_mode ?? defaultGeneralSettings.speech_rec_mode}
685685
label="Speech Recognition Mode"
686686
options={SPEECH_REC_MODE}
687-
tooltip=" Willow Inference Server mode uses the configured URL to stream your speech to a very high quality speech recognition implementation powered by WIS.
688-
On client commands uses a model on the client to recognized pre-defined commands but you currently need to build Willow yourself for that.
689-
WAS configuration coming soon!"
687+
tooltip=" Willow Inference Server mode uses the configured URL to stream your speech to a very high quality speech recognition implementation powered by WIS."
690688
/>
691689
<Stack spacing={2} direction="row" sx={{ mb: 1, mt: 1 }} alignItems="center">
692690
<TextField

0 commit comments

Comments
 (0)