-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.default.ini
42 lines (35 loc) · 938 Bytes
/
config.default.ini
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
[General]
debug = no
data_file = data.json
admins = user1 user2
[IRC]
; Only SSL is supported
; Certificates are validated by default
; You can never have too much security
; (you can change this in irc.py if it is a problem)
hostname = irc.some.net
port = 6697
password =
nick = shithead-X
username = shithead
realname = shithead-X by albino
channels = #foo #bar #baz
command_char = .
identify_line =
[GPT-2]
config = trained_model/config.json
model = trained_model/pytorch_model.bin
; Number of lines to cache and use as input
histlen = 2
; Random weights that the bot will choose to post
; one, two, three or four lines respectively
random_weights = 20 20 1 1
; Rough length of a line - used to determine how
; much output to generate.
linelen = 30
; Avoid mentioning other IRC users _too_ often
; (not foolproof for now)
block_highlights = yes
; Give messages starting with ">" a nice green
; colour a la 4chan
greentext = yes