Spaces:
Sleeping
Sleeping
| { | |
| "system_name": "NullAI", | |
| "version": "1.0.0", | |
| "debug": false, | |
| "default_model_id": "deepseek-r1-32b", | |
| "memory_max_nodes": 100000, | |
| "auto_save_to_memory": true, | |
| "memory_save_threshold": 0.6, | |
| "enable_nurse_log_system": true, | |
| "succession_threshold": 0.85, | |
| "dream_interval_conversations": 50, | |
| "auto_training": { | |
| "enabled": true, | |
| "trigger_mode": "hybrid", | |
| "min_examples": 100, | |
| "min_days_since_last_training": 7, | |
| "max_days_since_last_training": 30, | |
| "quality_threshold": 0.8, | |
| "check_interval_minutes": 60, | |
| "preferred_training_hour": 2, | |
| "allow_manual_override": true, | |
| "training_method": "peft", | |
| "training_params": { | |
| "epochs": 3, | |
| "learning_rate": 0.0002, | |
| "batch_size": 4, | |
| "lora_r": 8, | |
| "lora_alpha": 16 | |
| } | |
| }, | |
| "api_host": "0.0.0.0", | |
| "api_port": 8000, | |
| "cors_origins": [ | |
| "*" | |
| ], | |
| "main_db_path": "null_ai_knowledge.iath", | |
| "active_domain_id": "medical", | |
| "active_master_id": "ollama-deepseek-r1-32b", | |
| "active_apprentice_id": "apprentice-e52365b5", | |
| "apprentice_unique_id_apprentice-aea18f23": "aea18f23-4042-44fc-a20b-442b7e128833", | |
| "apprentice_unique_id_apprentice-e52365b5": "e52365b5-29f4-48db-aba1-9640674f7e34" | |
| } |