Skip to content
New issue

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

Unable to blacklist skills or change the fallback priority #383

Closed
goldyfruit opened this issue Dec 22, 2023 · 0 comments · Fixed by #424
Closed

Unable to blacklist skills or change the fallback priority #383

goldyfruit opened this issue Dec 22, 2023 · 0 comments · Fixed by #424
Labels
bug Something isn't working
Milestone

Comments

@goldyfruit
Copy link
Member

I'm trying to blacklist the skill-ovos-fallback-unknown.openvoiceos but ovos-core still use it:

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
      }
    }
  }
}
@JarbasAl JarbasAl added the bug Something isn't working label Dec 22, 2023
@JarbasAl JarbasAl added this to the 0.0.8 milestone Feb 22, 2024
JarbasAl added a commit that referenced this issue Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants