-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
84 lines (84 loc) · 2.24 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"http_config": {
"redirect_uri": "http://localhost:5050/callback",
"scopes": [
"channel:moderate",
"channel:read:subscriptions",
"channel:read:hype_train",
"channel:read:goals",
"channel:read:charity",
"channel:manage:polls",
"channel:manage:raids",
"channel:manage:predictions",
"channel:manage:broadcast",
"channel:manage:redemptions",
"channel:manage:moderators",
"channel:edit:commercial",
"user:read:emotes",
"user:read:chat",
"user:write:chat",
"bits:read",
"clips:edit",
"moderator:manage:banned_users",
"moderator:manage:shoutouts",
"moderator:read:followers"
]
},
"ws_config": {
"storage_type": "json",
"channels": {
"channel.channel_points_custom_reward_redemption.add": null,
"channel.ban": null,
"channel.follow": null,
"channel.cheer": null,
"channel.raid": null,
"channel.chat.notification": null,
"channel.chat.message": null,
"channel.subscribe": null,
"channel.subscription.gift": null,
"channel.subscription.message": null,
"channel.goal.progress": null,
"channel.hype_train.progress": null,
"channel.hype_train.end": null
},
"queue_skip": [
"channel.chat.message",
"channel.goal.progress",
"channel.hype_train.progress",
"channel.hype_train.end",
"channel.chat.notification"
]
},
"ai_cfg": {
"persona": "GenZbot",
"model": "Llama323BF16",
"device": "cuda"
},
"obs_cfg":{
"host": "localhost",
"port": "8989",
"password": "xwpassworduG",
"ignore_media": ["RustFlashbang", "Sun Spin", "flies", "fire1", "fire2", "fire3", "fire4"],
"media_scenes": ["[S] Videos", "[S] TWSS", "[S] Bit Alerts"]
},
"spotify_cfg": {
"client_id": "123b0d5client_id4fcfcb05",
"client_secret": "d27cclient_secret5dc1234",
"redirect_uri": "http://localhost:8080",
"scope" : [
"user-read-currently-playing",
"user-modify-playback-state",
"user-read-playback-state",
"playlist-modify-public",
"playlist-modify-private"
]
},
"goals_cfg": {
"name": "mygoal",
"total": 84000
},
"login_browser": {"firefox": "C:\\Program Files\\Mozilla Firefox\\firefox.exe"},
"max_retries": 60,
"retry_delay": 5,
"static_dirs": ["static"]
}