text-gen-bot/example.config.json

10 lines
194 B
JSON
Raw Normal View History

2022-08-15 01:10:15 -04:00
{
2022-08-15 23:37:24 -04:00
"homeserver": "<DOMAIN.TLD>",
2022-08-15 01:10:15 -04:00
"token": "<TOKEN>",
2022-08-15 23:37:24 -04:00
"user": "@<USER>:<DOMAIN.TLD>",
2022-08-16 00:39:40 -04:00
"file": "training-matrix.txt",
"prefix": "!",
"frequency": "25",
"size": "5000"
2022-08-15 01:10:15 -04:00
}