mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-18 00:33:59 +00:00
15 lines
412 B
JSON
15 lines
412 B
JSON
{
|
|
"server": {
|
|
"port": 3000
|
|
},
|
|
|
|
"transformers": {
|
|
"model": "./model.onnx",
|
|
"tokenizer": "./tokenizer.json",
|
|
"instruction": "Instruction: given a dialog context and related knowledge, you need to answer the question based on the knowledge.",
|
|
"knowledge": [
|
|
"ReVanced is a generic patcher that allows you to modify the behavior of any Dalvik based Android application"
|
|
]
|
|
}
|
|
}
|