mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 21:56:17 +00:00
13 lines
195 B
JSON
13 lines
195 B
JSON
{
|
|
"server": {
|
|
"port": 3000
|
|
},
|
|
|
|
"fasttext": {
|
|
"bin": "./model/fastText/fasttext",
|
|
"loadModel": "./model/model.bin",
|
|
"trainFile": "./model/train.tsv",
|
|
"debug": true
|
|
}
|
|
}
|