qitongwei commited on
Commit
4d41e0b
1 Parent(s): 2a46f3b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,8 +6,8 @@ ENV HOST=0.0.0.0
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
 
6
  ENV PORT=3080
7
  ENV SESSION_EXPIRY=900000
8
  ENV REFRESH_TOKEN_EXPIRY=604800000
9
+ ENV OPENAI_REVERSE_PROXY=https://api.daifuku.asia/v1
10
+ ENV DALLE_REVERSE_PROXY=https://api.daifuku.asia/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