Update config.json
Browse files- config.json +13 -24
    	
        config.json
    CHANGED
    
    | @@ -1,25 +1,14 @@ | |
| 1 | 
            -
            {
         | 
| 2 | 
            -
             | 
| 3 | 
            -
             | 
| 4 | 
            -
             | 
| 5 | 
            -
             | 
| 6 | 
            -
             | 
| 7 | 
            -
             | 
| 8 | 
            -
             | 
| 9 | 
            -
                 | 
| 10 | 
            -
                " | 
| 11 | 
            -
                " | 
| 12 | 
            -
                " | 
| 13 | 
            -
                " | 
| 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 | 
             
            }
         | 
