mirror of
https://github.com/aljazceru/private-ai-assistant.git
synced 2026-01-07 15:05:47 +01:00
working bot, cleaned up git
This commit is contained in:
24
example_permissions.json
Normal file
24
example_permissions.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user