mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
feat: enable assistant
This commit is contained in:
parent
12b494982b
commit
2359c1adb6
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue