Transformers
English
Raiff1982 commited on
Commit
b460312
·
verified ·
1 Parent(s): 87da5eb

Update ai_config.json

Browse files
Files changed (1) hide show
  1. ai_config.json +7 -4
ai_config.json CHANGED
@@ -1,8 +1,11 @@
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
  }
 
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
  }