1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

Merge pull request #6153 from appwrite/fix-ai-assistant

Fix: AI Assistant
This commit is contained in:
Christy Jacob 2023-09-06 00:08:27 -04:00 committed by GitHub
commit 8e204f7105
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 [