From decb8ee8e0b167ec84a6bc42676d4846179d2067 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Mon, 20 May 2024 09:24:38 -0700 Subject: [PATCH] Update plugin example to maintained plugin (#59) Remove dead links to OVOS docs Closes #55 Co-authored-by: Daniel McKnight --- docs/quick_reference/installing_plugins.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/quick_reference/installing_plugins.md b/docs/quick_reference/installing_plugins.md index eb5cfc01..3ee0f901 100644 --- a/docs/quick_reference/installing_plugins.md +++ b/docs/quick_reference/installing_plugins.md @@ -7,17 +7,15 @@ More information about configuration is available [in the Neon Docs](https://neongeckocom.github.io/neon-docs/quick_reference/configuration/). ## STT -STT plugins convert your recorded voice into text. More information about -STT plugins and some known plugins can be found -[in the OVOS Docs](https://openvoiceos.github.io/community-docs/stt_plugins/). +STT plugins convert your recorded voice into text. ### Example This example shows the steps you would take to install and configure the -[Deepspeech STT Plugin](https://github.com/NeonGeckoCom/neon-stt-plugin-deepspeech_stream_local). +[Nemo Remote STT Plugin](https://github.com/NeonGeckoCom/neon-stt-plugin-nemo-remote). ```shell # Install the plugin package -pip install neon-stt-plugin-deepspeech-stream-local +pip install neon-stt-plugin-nemo-remote # Configure Neon to use the new plugin nano ~/.config/neon/neon.yaml ``` @@ -28,18 +26,14 @@ Add or update the user configuration to use the new plugin and configure the plu stt: # Set the module to the Plugin's entrypoint. # This is usually in the plugin's `README.md` file, or it can be found in `setup.py` - module: deepspeech_stream_local - deepspeech_stream_local: - model_path: ~/.local/share/neon/deepspeech-0.8.1-models.pbmm - scorer_path: ~/.local/share/neon/deepspeech-0.8.1-models.scorer + neon-stt-plugin-nemo-remote: + url: "https://nemo.neonaibeta.com" ``` Restart core services after making this change to reload with these changes. ## TTS -TTS plugins convert skill responses into audio. More information about TTS plugins -and some known plugins can be found -[in the OVOS Docs](https://openvoiceos.github.io/community-docs/tts_plugins/). +TTS plugins convert skill responses into audio. ### Example This example shows the steps you would take to install and configure the