Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,7 +7,7 @@ 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 ASSISTANTS_BASE_URL=https://api.daifuku.asia
|
11 |
ENV DALLE_REVERSE_PROXY=https://api.daifuku.asia/v1/images/generations
|
12 |
|
13 |
# Uncomment the following ENV to enable search
|
|
|
7 |
ENV SESSION_EXPIRY=900000
|
8 |
ENV REFRESH_TOKEN_EXPIRY=604800000
|
9 |
ENV OPENAI_REVERSE_PROXY=https://api.daifuku.asia/v1
|
10 |
+
ENV ASSISTANTS_BASE_URL=https://api.daifuku.asia
|
11 |
ENV DALLE_REVERSE_PROXY=https://api.daifuku.asia/v1/images/generations
|
12 |
|
13 |
# Uncomment the following ENV to enable search
|