mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-12-22 17:14:22 +00:00
Remove unnecessary canviewlogs permission
This commit is contained in:
@@ -27,10 +27,9 @@ type APIKey struct {
|
||||
}
|
||||
|
||||
type KeyPermission struct {
|
||||
KeyID int
|
||||
InstanceID int
|
||||
CanInfer bool
|
||||
CanViewLogs bool
|
||||
KeyID int
|
||||
InstanceID int
|
||||
CanInfer bool
|
||||
}
|
||||
|
||||
// GenerateKey generates a cryptographically secure API key with the given prefix
|
||||
|
||||
Reference in New Issue
Block a user