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
4 changes: 0 additions & 4 deletions neon_core/configuration/mark_2/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ g2p:
tts:
module: neon-tts-plugin-coqui-remote
fallback_module: coqui
neon-tts-plugin-larynx-server:
host: "https://larynx.2022.us"
mozilla_remote:
api_url: "https://mtts.2022.us/api/tts"
Audio:
backends:
OCP:
Expand Down
6 changes: 1 addition & 5 deletions neon_core/configuration/opi5/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ g2p:
tts:
module: neon-tts-plugin-coqui-remote
fallback_module: coqui
neon-tts-plugin-larynx-server:
host: "https://larynx.2022.us"
mozilla_remote:
api_url: "https://mtts.2022.us/api/tts"
Audio:
backends:
OCP:
Expand Down Expand Up @@ -162,4 +158,4 @@ system:
- websocket:host
language:
detection_module: None
translation_module: libretranslate_plug
translation_module: libretranslate_plug
6 changes: 1 addition & 5 deletions neon_core/configuration/rpi4/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ g2p:
tts:
module: neon-tts-plugin-coqui-remote
fallback_module: coqui
neon-tts-plugin-larynx-server:
host: "https://larynx.2022.us"
mozilla_remote:
api_url: "https://mtts.2022.us/api/tts"
Audio:
backends:
OCP:
Expand Down Expand Up @@ -166,4 +162,4 @@ language:
translation_module: libretranslate_plug
utterance_transformers:
neon_utterance_translator_plugin:
enable_detector: False
enable_detector: False
2 changes: 1 addition & 1 deletion test/pi_setup_3_11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ python3.11 -m venv "/core/venv" || exit 11
pip install --upgrade pip wheel
pip install https://github.com/smartgic/python-tflite-runtime/releases/download/2.13.0-cp311/tflite_runtime-2.13.0-cp311-cp311-linux_aarch64.whl
#pip install https://whl.smartgic.io/tflite_runtime-2.13.0-cp311-cp311-linux_aarch64.whl
pip install ".[core-modules,skills-required,skills-essential,skills-default,skills-extended,pi]" || exit 11
pip install --no-cache-dir ".[core-modules,skills-required,skills-essential,skills-default,skills-extended,pi]" || exit 11

cp -rf /core/test/pi_image_overlay/* /