text-gen-bot/example.config.json

10 lines
198 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",
2022-08-16 03:43:59 -04:00
"retrain": "10000"
2022-08-15 01:10:15 -04:00
}