-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
34 lines (27 loc) · 651 Bytes
/
config.toml
File metadata and controls
34 lines (27 loc) · 651 Bytes
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
[connection]
server = "https://matrix.org/"
username = "myrustix"
password = ""
[bot]
display_name = "rustix"
prefix = "!"
rooms = ["rustixtesting"]
admins = ["@me:matrix.org"]
ignore = ["@bot1:matrix.my.domain.com", "@bot2:matrix.my.domain.com"]
[services]
[services.try_file]
directory = "/usr/share/rustix"
[services.csv_quote]
file = "csv_quotes.csv"
[services.web_search]
key = "<google api key>"
seid = "<google custom search id>"
[services.factoid]
factoid_leader = "rustix,"
[services.karma]
max_per_message = 10
[services.openai]
secret = "<openai api key>"
backstory_file = "backstory.txt"
monthly_budget = 5.0
starting_tokens = 10000