Skip to content

Commit

Permalink
fix:utterance filename
Browse files Browse the repository at this point in the history
companion to OpenVoiceOS/ovos-dinkum-listener#140

the current default value in config is no longer valid
  • Loading branch information
JarbasAl authored Oct 19, 2024
1 parent 12da5ad commit 677f311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
// "{uuid4}" - a random uuid4
// "{now:%Y-%m-%dT%H%M%S%z}" - the local ISO datetime
// "{utcnow:%Y-%m-%dT%H%M%S%z}" - the UTC ISO datetime
"utterance_filename": "{hash}-{uuid4}",
"utterance_filename": "{md5}-{uuid4}",

"wake_word_upload": {
"disable": true,
Expand Down

0 comments on commit 677f311

Please sign in to comment.