Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This means your device is ready to use!

## Step 4: Start Chatting

Press the **side button** (on the left-hand side of the device) to start your conversation with EchoKit.
Press the **K0 button** (on the left-hand side of the device) to start your conversation with EchoKit.

![](echokit-quick-start-04.jpg)

Expand Down
4 changes: 2 additions & 2 deletions doc/docs/server/configure-echokit-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ voice = "Aaliyah-PlayAI"
* Groq (fast, cost-effective)
* OpenAI (high accuracy)
* Azure Speech Services
* Local TTS deployment: coming soon
* Local GPT-SoVits deployment: coming soon


### Custom Voice Training
💡 **Advanced**: [Create custom voices using GPT-SoVITS](/docs/category/voice-clone)
💡 **Advanced**: [Create custom voices using GPT-SoVITS](/docs/category/clone-your-own-voice)

## Configure the System Prompt

Expand Down
6 changes: 3 additions & 3 deletions doc/docs/server/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Before starting, make sure you have:
2. Click **Connect to EchoKit**.
3. Find the device named **`nimble`** and click **Pair**.
4. Enter the following details:
* **Wi-Fi name (SSID)**
* **Wi-Fi name (SSID)** Only support 2.4G WiFi.
* **Wi-Fi password**
* **EchoKit server URL**

👉 Remember to click **Write** to save the settings.

![Set up EchoKit server](connect-echokit.png)

5. Press the **RST (reset) button** on the device to apply the new settings.
5. Press the **BOOT button** on the device to apply the new settings.

## Expected Outcome

Expand All @@ -38,7 +38,7 @@ Your EchoKit is now connected and ready to use.

## Next

Press the **KO button** (on the left-hand side of the device) to start your conversation with EchoKit.
Press the **BOOT button** (on the left-hand side of the device) to start your conversation with EchoKit.

![](../echokit-quick-start-04.jpg)

Expand Down
2 changes: 1 addition & 1 deletion doc/docs/voice/clone-voice/_category_.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"label": "voice-clone",
"label": "Clone your own voice",
"position": 4,
"link": {
"type": "generated-index",
Expand Down
Loading