mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-21 02:03:57 +00:00
feat: GODEL AI
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
"server": {
|
||||
"port": 3000
|
||||
},
|
||||
|
||||
"fasttext": {
|
||||
"bin": "./model/fastText/fasttext",
|
||||
"loadModel": "./model/model.bin",
|
||||
"trainFile": "./model/train.tsv",
|
||||
"debug": true
|
||||
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user