mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Merge pull request #6153 from appwrite/fix-ai-assistant
Fix: AI Assistant
This commit is contained in:
commit
8e204f7105
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ $member = [
|
|||
'avatars.read',
|
||||
'execution.read',
|
||||
'execution.write',
|
||||
'assistant.read',
|
||||
];
|
||||
|
||||
$admins = [
|
||||
|
|
@ -59,7 +60,6 @@ $admins = [
|
|||
'migrations.write',
|
||||
'vcs.read',
|
||||
'vcs.write',
|
||||
'assistant.read',
|
||||
];
|
||||
|
||||
return [
|
||||
|
|
|
|||
Loading…
Reference in a new issue