config file, executable, tray icon

This commit is contained in:
Dobromir Popov
2024-09-10 11:45:17 +03:00
parent 400bccfeec
commit 4974af0678
6 changed files with 51 additions and 12 deletions

8
agent-mAId/config.json Normal file
View File

@ -0,0 +1,8 @@
{
"api_key": "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",
"kb_key": "ctrl",
"mouse_btn": "left",
"model": "distil-whisper-large-v3-en",
"language":"en" // whisper-large-v3 or distil-whisper-large-v3-en
}