Create ai_config.json
Browse files- ai_config.json +8 -0
ai_config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "mistralai/Mistral-7B-Instruct-v0.2",
|
3 |
+
"max_input_length": 4096,
|
4 |
+
"safety_thresholds": {
|
5 |
+
"memory": 85,
|
6 |
+
"cpu": 90
|
7 |
+
}
|
8 |
+
}
|