Skip to content

Commit

Permalink
Update default neon-core config to use remote modules configured to n…
Browse files Browse the repository at this point in the history
…amespaced backend services
  • Loading branch information
NeonDaniel committed Nov 21, 2023
1 parent 390d140 commit 4fffded
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion neon_diana_utils/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,12 @@ def configure_neon_core(mq_user: str = None,
"gui": {"server_path": "/xdg/data/neon/gui_files"},
"ready_settings": ["skills", "voice", "audio", "gui_service"],
"listener": {"enable_voice_loop": False},
"stt": {"fallback_module": None},
"stt": {"module": "neon-stt-plugin-nemo-remote",
"neon-stt-plugin-nemo-remote": {
"url": "http://backend-nemo:4430"}},
"tts": {"module": "neon-tts-plugin-coqui-remote",
"neon-tts-plugin-coqui-remote": {
"url": "http://backend-coqui:4430"}},
"skills": {"blacklisted_skills": [
"skill-local_music.neongeckocom",
"skill-device_controls.neongeckocom",
Expand Down

0 comments on commit 4fffded

Please sign in to comment.