Create config.json
Browse files- config.json +24 -0
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"logging_enabled": true,
|
| 3 |
+
"log_level": "INFO",
|
| 4 |
+
"enabled_perspectives": [
|
| 5 |
+
"newton",
|
| 6 |
+
"davinci",
|
| 7 |
+
"human_intuition",
|
| 8 |
+
"neural_network",
|
| 9 |
+
"quantum_computing",
|
| 10 |
+
"resilient_kindness",
|
| 11 |
+
"mathematical",
|
| 12 |
+
"philosophical",
|
| 13 |
+
"copilot",
|
| 14 |
+
"bias_mitigation",
|
| 15 |
+
"psychological"
|
| 16 |
+
],
|
| 17 |
+
"ethical_considerations": "Always act with transparency, fairness, and respect for privacy.",
|
| 18 |
+
"enable_response_saving": true,
|
| 19 |
+
"response_save_path": "responses.txt",
|
| 20 |
+
"backup_responses": {
|
| 21 |
+
"enabled": true,
|
| 22 |
+
"backup_path": "backup_responses.txt"
|
| 23 |
+
}
|
| 24 |
+
}
|