ovos-core
ovos-core copied to clipboard
Pipeline priorities not respected
It takes about two seconds to match an intent even if only fallback pipelines are configured.
2024-01-01 18:01:17.092 - skills - ovos_core.intent_services.commonqa_service:handle_question:123 - INFO - Searching for what is open Voice OS
2024-01-01 18:01:19.094 - skills - ovos_core.intent_services.commonqa_service:_query_timeout:178 - INFO - Timeout occurred check responses
2024-01-01 18:01:19.096 - skills - ovos_core.intent_services.fallback_service:_collect_fallback_skills:102 - INFO - checking for FallbackSkillsV2 candidates
2024-01-01 18:01:19.107 - skills - ovos_core.intent_services.fallback_service:_collect_fallback_skills:102 - INFO - checking for FallbackSkillsV2 candidates
2024-01-01 18:01:19.111 - skills - ovos_core.intent_services.fallback_service:handle_ack:95 - INFO - skill-ovos-fallback-chatgpt.openvoiceos will try to handle fallback
Configuration:
"intents": {
"pipeline": [
"fallback_high",
"fallback_medium",
"fallback_low"
]
}
is this still an issue?
also to be sure, if using a voice sat with hivemind, did you change the pipeline config in the sat iself not core?
please reopen if still an issue, cant replicate and the end2end tests depend on this being functional, so will assume it has been solved