Skip to content

Commit 527fca6

Browse files
committed
dall-e
1 parent a9085ac commit 527fca6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deployment/docker_compose/docker-compose.dev.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,11 @@ services:
117117

118118
# Analytics Configs
119119
- SENTRY_DSN=${SENTRY_DSN:-}
120-
120+
#DALL-E
121+
- AZURE_DALLE_API_BASE=${AZURE_DALLE_API_BASE:-}
122+
- AZURE_DALLE_API_KEY=${AZURE_DALLE_API_KEY:-}
123+
- AZURE_DALLE_API_VERSION=${AZURE_DALLE_API_VERSION:-}
124+
- AZURE_DALLE_DEPLOYMENT_NAME=${AZURE_DALLE_DEPLOYMENT_NAME:-}
121125
# Chat Configs
122126
- HARD_DELETE_CHATS=${HARD_DELETE_CHATS:-}
123127

0 commit comments

Comments
 (0)