Raiff1982 commited on
Commit
23d69dd
·
verified ·
1 Parent(s): 99a23ce

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -24
config.json CHANGED
@@ -1,25 +1,14 @@
1
- {
2
- "real_time_data_sources": ["https://api.example.com/data"],
3
- "sensitive_keywords": ["password", "ssn"],
4
- "logging_enabled": true,
5
- "log_level": "DEBUG",
6
- "enabled_perspectives": [
7
- "newton",
8
- "davinci",
9
- "human_intuition",
10
- "neural_network",
11
- "quantum_computing",
12
- "resilient_kindness",
13
- "mathematical",
14
- "philosophical",
15
- "copilot",
16
- "bias_mitigation"
17
- ],
18
- "ethical_considerations": "Always act with transparency, fairness, and respect for privacy.",
19
- "enable_response_saving": true,
20
- "response_save_path": "responses.txt",
21
- "backup_responses": {
22
- "enabled": true,
23
- "backup_path": "backup_responses.txt"
24
- }
25
  }
 
1
+ {
2
+ "model_name": "google/bert-base-uncased",
3
+ "deepseek_model_name": "deepseek-ai/deepseek-coder-6.7b-instruct",
4
+ "max_input_length": 4096,
5
+ "safety_thresholds": {
6
+ "memory": 85,
7
+ "cpu": 90,
8
+ "response_time": 2.0
9
+ },
10
+ "max_retries": 3,
11
+ "max_response_length": 1024,
12
+ "additional_models": ["gpt-4o-mini-2024-07-18"],
13
+ "perspectives": ["newton", "davinci", "quantum", "emotional"]
 
 
 
 
 
 
 
 
 
 
 
14
  }