Clutter of the configuration file after doing some tests

After many tests it turns out that the configuration file in the profile keeps traces of these tests:
Example I test the different programs for the wakeword
to assess their performance.
if i look at my config file i have:

“wake”: {
“porcupine”: {
“keyword_path”: “jarvis_raspberry-pi.ppn”,
“sensitivity”: “0.6”,
“udp_audio”: “localhost:12222”
},
“raven”: {
“keywords”: {
“asterix”: {
“enabled”: false
},
“hey_gaston”: {
“enabled”: true
},
“obelix”: {
“enabled”: false
}
},
“udp_audio”: “localhost:12222”
},
“snowboy”: {
“model”: “hey_gaston.pmdl”,
“udp_audio”: “localhost:12222”
},
“system”: “snowboy”
}
is it possible to obtain cleaning other than manually?
thank you in advance
Arpagor

No, there is not. And there is no need for it.
In fact, normal use of Rhasspy should hardly ever require editing the config json directly

the problem is when we test for example the different options for Wake Word to compare their performance … that’s my case!
Ditto if we want to compare the different options for the TTS and there it is worse because we download a bundle of files in addition to each option!

So why is this a problem?
I actually find it very useful that the settings are kept, that way I do not have to set them again when switching.

When your done testing, you can safely delete the stuff you do not need