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
|
| 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
|
| 4 |
-
"model": "
|
| 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
|