mirror of
https://github.com/aljazceru/private-ai-assistant.git
synced 2025-12-24 08:14:20 +01:00
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"roles": {
|
|
"admin": {
|
|
"description": "Full access to all commands and user management",
|
|
"permissions": ["*"]
|
|
},
|
|
"user": {
|
|
"description": "Standard user with chat access",
|
|
"permissions": ["chat", "clear", "models", "help"]
|
|
},
|
|
"guest": {
|
|
"description": "Limited access user",
|
|
"permissions": ["help"]
|
|
}
|
|
},
|
|
"users": {
|
|
"+123456789": {
|
|
"role": "admin",
|
|
"name": "Default Admin",
|
|
"added_by": "system",
|
|
"added_at": "2024-01-01T00:00:00Z"
|
|
}
|
|
}
|
|
}
|