Update ai_config.json
Browse files- ai_config.json +7 -4
ai_config.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"model_name": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 3 |
-
"
|
| 4 |
"safety_thresholds": {
|
| 5 |
-
"memory":
|
| 6 |
-
"cpu":
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"model_name": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 3 |
+
"perspectives": ["newton", "davinci", "quantum", "emotional"],
|
| 4 |
"safety_thresholds": {
|
| 5 |
+
"memory": 80,
|
| 6 |
+
"cpu": 85,
|
| 7 |
+
"response_time": 2.0
|
| 8 |
+
},
|
| 9 |
+
"max_retries": 3,
|
| 10 |
+
"max_input_length": 2048
|
| 11 |
}
|