-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
43 lines (36 loc) · 1.04 KB
/
Copy pathconfig.json.example
File metadata and controls
43 lines (36 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"api_id": 12345678,
"api_hash": "your_api_hash_here",
"session_string": "your_session_string_here",
"target_chat_id": -1001234567890,
"bot_token": "123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11",
"bot_user_id": 123456789,
"_tts_providers": "edge | local | proxy | openai | elevenlabs",
"tts_provider": "edge",
"tts_voice": "tr-TR-AhmetNeural",
"tts_model": "",
"tts_api_key": "",
"tts_api_base": "",
"stt_provider": "proxy",
"stt_model": "whisper-large-v3-turbo",
"stt_api_key": "",
"stt_api_base": "http://127.0.0.1:5111",
"stt_language": "tr",
"classifier_model": "anthropic/claude-3-5-haiku-20241022",
"classifier_api_key": "",
"classifier_timeout": 3.0,
"audio_library_dir": "audio_library",
"shortcuts": {
"record": "<ctrl>+<shift>+r"
},
"recording": {
"sample_rate": 48000,
"channels": 1,
"max_duration_seconds": 120
},
"playback": {
"player": "mpv",
"volume": 100
},
"log_file": "liveclaw.log"
}