-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.json
39 lines (38 loc) · 1.06 KB
/
config.json
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
{
"lifeAItwitchChat": {
"args": ["python", "lifeAItwitchChat.py"]
},
"lifeAInewsCast": {
"args": ["sh", "bin/animegirl.sh"]
},
"lifeAIdoc": {
"args": ["python", "lifeAIdoc.py"]
},
"lifeAIllmAPI": {
"args": ["python", "lifeAIllmAPI.py"]
},
"lifeAItti": {
"args": ["python", "lifeAItti.py"]
},
"lifeAItts": {
"args": ["python", "lifeAItts.py"]
},
"lifeAIttm": {
"args": ["python", "lifeAIttm.py"]
},
"lifeAIplayer": {
"args": ["python", "lifeAIplayer.py", "--nomusic"]
},
"zmqTTMlisten": {
"args": ["python", "zmqTTMlisten.py"]
},
"lifeAIframesync": {
"args": ["python", "lifeAIframesync.py", "--passthrough", "--output_host", "0.0.0.0"]
},
"LLMllamacpp01": {
"args": ["server", "-m", "/Volumes/BrahmaSSD/LLM/models/GGUF/llama-2-70b-chat.Q4_K_M.gguf", "-c", "4096", "--port", "8080", "-ngl", "60", "-t", "24", "-np", "2", "-cb"]
},
"Mimic3TTS": {
"args": ["/opt/homebrew/bin/mimic3-server"]
}
}