We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to blacklist the skill-ovos-fallback-unknown.openvoiceos but ovos-core still use it:
skill-ovos-fallback-unknown.openvoiceos
ovos-core
2023-12-21 17:52:19.936 - skills - ovos_bus_client.session:update:546 - DEBUG - replacing default session with: {'active_skills': [['skill-ovos-fallback-unknown.openvoiceos', 1703199108.4514954]], 'utterance_states': {}, 'session_id': 'default', 'lang': 'en-us', 'context': {'timeout': 120, 'frame_stack': []}, 'site_id': 'unknown', 'pipeline': ['converse', 'padatious_high', 'adapt', 'common_qa', 'fallback_high', 'padatious_medium', 'fallback_medium', 'padatious_low', 'fallback_low'], 'stt': {'plugin_id': 'ovos-stt-plugin-server', 'config': {'url': 'http://stt.smartgic.local/fasterwhisper/stt'}}, 'tts': {'plugin_id': 'ovos-tts-plugin-server', 'config': {'host': 'http://tts.smartgic.local/piper', 'voice': 'ryan-high'}}}
Here is the configuration:
{ "log_level": "DEBUG", "logs": { "path": "stdout" }, "confirm_listening": false, "play_wav_cmdline": "aplay %1", "play_mp3_cmdline": "pw-play %1", "lang": "en-us", "listener": { "record_wake_words": true, "save_utterances": true, "remove_silence": true, "VAD": { "module": "ovos-vad-plugin-silero" } }, "tts": { "module": "ovos-tts-plugin-server", "ovos-tts-plugin-server": { "host": "http://tts.smartgic.local/piper", "voice": "ryan-high" } }, "stt": { "module": "ovos-stt-plugin-server", "ovos-stt-plugin-server": { "url": "http://stt.smartgic.local/fasterwhisper/stt" } }, "skills": { "blacklisted_skills": [ "skill-ovos-fallback-unknown.openvoiceos" ], "fallbacks": { "fallback_priorities": { "skill-ovos-fallback-chatgpt.openvoiceos": 10, "skill-ovos-fallback-unknown.openvoiceos": 20 } } } }
The text was updated successfully, but these errors were encountered:
fix: blacklisted skills
e6e44c3
closes #383
f0cd346
Successfully merging a pull request may close this issue.
I'm trying to blacklist the
skill-ovos-fallback-unknown.openvoiceos
butovos-core
still use it:Here is the configuration:
The text was updated successfully, but these errors were encountered: