-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
56 lines (56 loc) · 1.16 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
{
"server": "irc.libera.chat",
"channels": [
"#airc-test"
],
"port": 6667,
"username": "airc",
"nickname": "airc-bot",
"model": "gpt-3.5-turbo",
"context": 5,
"max_tokens": 2000,
"max_prompt": 350,
"max_rules": 350,
"max_context": 350,
"rules": "",
"admins": [
"madprops"
],
"users": [],
"allow_ask": "all",
"allow_rules": "all",
"allow_prompts": "all",
"allow_image": "users",
"spam_limit": 3,
"spam_minutes": 30,
"compact": true,
"lists": false,
"command_char": "!",
"clear_char": "^",
"emphasize_char": "!",
"explain_char": "?",
"continue_char": ">",
"mention_char": "@",
"answer_char": "@",
"join_char": "",
"avatar": "👾",
"show_avatar": true,
"autorespond": 0,
"autorespond_cooldown": 60,
"autorespond_words": 12,
"words": 30,
"prompts": {},
"talk_limit": 2,
"multiprocess": false,
"markdown": true,
"color_backticks": "green",
"color_quotes": "cyan",
"reveal_ai": true,
"reveal_user": true,
"sysprompt": "We are well acquainted. We are in discussion.",
"max_message_length": 2000,
"timeago": true,
"upload_max": 500,
"upload_password": "airc123",
"talk_delay": 1000
}