qitongwei commited on
Commit
07f5b17
·
verified ·
1 Parent(s): 608b2b8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,6 +6,8 @@ ENV HOST=0.0.0.0
6
  ENV PORT=3080
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
 
 
9
 
10
  # Uncomment the following ENV to enable search
11
  # Feel free to clone our meilisearch space and update the URL with your own
 
6
  ENV PORT=3080
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
9
+ ENV OPENAI_REVERSE_PROXY=https://api.zen-ai.top/v1
10
+ ENV DALLE_REVERSE_PROXY=https://api.zen-ai.top/v1/images/generations
11
 
12
  # Uncomment the following ENV to enable search
13
  # Feel free to clone our meilisearch space and update the URL with your own