chore: enable assistant

This commit is contained in:
Christy Jacob 2025-02-23 15:40:54 +05:30
parent f25df67002
commit 4c49272389
2 changed files with 8 additions and 8 deletions

View file

@ -934,13 +934,13 @@ services:
- _APP_DB_PASS
- _APP_DATABASE_SHARED_TABLES
# appwrite-assistant:
# container_name: appwrite-assistant
# image: appwrite/assistant:0.7.0
# networks:
# - appwrite
# environment:
# - _APP_ASSISTANT_OPENAI_API_KEY
appwrite-assistant:
container_name: appwrite-assistant
image: appwrite/assistant:0.7.0
networks:
- appwrite
environment:
- _APP_ASSISTANT_OPENAI_API_KEY
openruntimes-executor:
container_name: openruntimes-executor

View file

@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
stopOnFailure="false"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />