Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
|
@@ -24,5 +24,10 @@
|
|
| 24 |
"thread_num": 4,
|
| 25 |
"precision": "normal",
|
| 26 |
"memory": "low"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
}
|
| 28 |
}
|
|
|
|
| 24 |
"thread_num": 4,
|
| 25 |
"precision": "normal",
|
| 26 |
"memory": "low"
|
| 27 |
+
},
|
| 28 |
+
"jinja": {
|
| 29 |
+
"context": {
|
| 30 |
+
"enable_thinking": true
|
| 31 |
+
}
|
| 32 |
}
|
| 33 |
}
|