aman/config.example.json

45 lines
710 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"
],
"max_rules": 500,
"max_terms": 500
},
"domain_inference": {
"enabled": true,
"mode": "auto"
}
}