aman/config.example.json

39 lines
597 B
JSON

{
"daemon": {
"hotkey": "Cmd+m"
},
"recording": {
"input": ""
},
"stt": {
"model": "base",
"device": "cpu"
},
"injection": {
"backend": "clipboard",
"remove_transcription_from_clipboard": false
},
"vocabulary": {
"replacements": [
{
"from": "Martha",
"to": "Marta"
},
{
"from": "docker",
"to": "Docker"
},
{
"from": "system d",
"to": "systemd"
}
],
"terms": [
"Marta",
"Docker",
"systemd",
"Kubernetes",
"PostgreSQL"
]
}
}