- NatirisMaster.py aktualisiert - NaturalLanguageEngine optimiert - PsychologyEngine & Arousal-Engine - WebUI (FastAPI) mit Chat-API - Bridges: ComfyUI, Ollama, Vision - Admin-Auth System - .gitignore hinzugefügt (checkpoints, logs, generated)
14 lines
284 B
JSON
Executable File
14 lines
284 B
JSON
Executable File
{
|
|
"admin_passphrase": "NatirisSicherheit2026!Lübeck",
|
|
"admin_user_id": "admin_user_primary",
|
|
"max_trust_level": 10,
|
|
"max_affection_level": 10,
|
|
"can_override": {
|
|
"emotion": true,
|
|
"bond": true,
|
|
"trust": true,
|
|
"mood": true
|
|
},
|
|
"auth_method": "passphrase"
|
|
}
|