mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-18 00:33:59 +00:00
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"server": {
|
|
"port": 3000
|
|
},
|
|
|
|
"fasttext": {
|
|
"bin": "./model/fastText/fasttext",
|
|
"loadModel": "./model/model.bin",
|
|
"trainFile": "./model/train.tsv",
|
|
"debug": true
|
|
}
|
|
} |