Skip to content

Commit

Permalink
fix: update STT server urls for pt and ca
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 23, 2024
1 parent 3cfa20f commit 8cfa6d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ovos_config/recommends/online_stt/ca-es.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"module": "ovos-stt-plugin-server",
"fallback_module": "",
"ovos-stt-plugin-server": {
"url": [
"urls": [
"https://stt.smartgic.io/aina/stt",
"https://ainastt.ziggyai.online/stt",
"https://stt.smartgic.io/citrinet/stt",
"https://citrinetstt.ziggyai.online/stt"
]
Expand Down
7 changes: 7 additions & 0 deletions ovos_config/recommends/online_stt/pt-pt.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"stt": {
"module": "ovos-stt-plugin-server",
"ovos-stt-plugin-server": {
"urls": [
"https://stt.smartgic.io/mynorthai/stt",
"https://stt.smartgic.io/fasterwhisper/stt",
"https://fasterwhisper.ziggyai.online/stt"
]
},
"fallback_module": ""
}
}

0 comments on commit 8cfa6d5

Please sign in to comment.