Skip to content

Commit

Permalink
Merge pull request #187 from OpenVoiceOS/release-1.0.1a1
Browse files Browse the repository at this point in the history
Release 1.0.1a1
  • Loading branch information
JarbasAl authored Nov 23, 2024
2 parents 3cfa20f + 8c46592 commit 5cae479
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [1.0.0a1](https://github.com/OpenVoiceOS/ovos-config/tree/1.0.0a1) (2024-11-19)
## [1.0.1a1](https://github.com/OpenVoiceOS/ovos-config/tree/1.0.1a1) (2024-11-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.4.6...1.0.0a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/1.0.0...1.0.1a1)

**Breaking changes:**
**Merged pull requests:**

- deprecate:backend client [\#183](https://github.com/OpenVoiceOS/ovos-config/pull/183) ([JarbasAl](https://github.com/JarbasAl))
- fix: update STT server urls for pt and ca [\#186](https://github.com/OpenVoiceOS/ovos-config/pull/186) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
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": ""
}
}
4 changes: 2 additions & 2 deletions ovos_config/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_BUILD = 0
VERSION_ALPHA = 0
VERSION_BUILD = 1
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 5cae479

Please sign in to comment.