Desmond-Dong commited on
Commit
3b97ed3
Β·
1 Parent(s): 6cbbe13

update model name

Browse files
index.html CHANGED
@@ -59,7 +59,7 @@
59
  <div class="feature-card">
60
  <span class="icon">🎀</span>
61
  <h3>Voice Wake</h3>
62
- <p>Say "Okay Nabu" or "Hey Reeche" to activate. Supports both MicroWakeWord and OpenWakeWord models.</p>
63
  </div>
64
  <div class="feature-card">
65
  <span class="icon">🏠</span>
 
59
  <div class="feature-card">
60
  <span class="icon">🎀</span>
61
  <h3>Voice Wake</h3>
62
+ <p>Say "Okay Nabu" or "Hey Reachy" to activate. Supports both MicroWakeWord and OpenWakeWord models.</p>
63
  </div>
64
  <div class="feature-card">
65
  <span class="icon">🏠</span>
reachy_mini_ha_voice/wakewords/openWakeWord/{hey_ree_che.json β†’ hey_reachy.json} RENAMED
@@ -1,5 +1,5 @@
1
  {
2
  "type": "openWakeWord",
3
- "wake_word": "Hey Reeche",
4
- "model": "hey_ree_che.tflite"
5
  }
 
1
  {
2
  "type": "openWakeWord",
3
+ "wake_word": "Hey Reachy",
4
+ "model": "hey_reachy.tflite"
5
  }
reachy_mini_ha_voice/wakewords/openWakeWord/{hey_ree_che.tflite β†’ hey_reachy.tflite} RENAMED
File without changes