Files
assist/data/system_settings.json

37 lines
853 B
JSON
Raw Permalink Normal View History

{
"agent_mode": true,
"api_base_url": "",
"api_key": "",
"api_provider": "openai",
"api_timeout": 30,
"auto_monitoring": true,
"cpu_usage_percent": 0,
"current_server_port": 5000,
"current_websocket_port": 8765,
"log_level": "INFO",
"max_history": 10,
"memory_usage_percent": 70.9,
"model_max_tokens": 1000,
"model_name": "qwen-turbo",
"model_temperature": 0.7,
"refresh_interval": 10,
"server_port": 5000,
"uptime_seconds": 0,
"websocket_port": 8765,
"modules": {
"dashboard": true,
"chat": true,
"knowledge": true,
"workorders": true,
"conversation-history": true,
"alerts": true,
"feishu-sync": true,
"agent": false,
"token-monitor": true,
"ai-monitor": true,
"analytics": true,
"system-optimizer": true,
"settings": true,
"tenant-management": true
}
}