Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
@@ -10,10 +10,10 @@ ENV OPENAI_REVERSE_PROXY=https://api.daifuku.asia/v1
|
|
10 |
ENV ANTHROPIC_REVERSE_PROXY=https://api.discord.rocks
|
11 |
ENV ASSISTANTS_BASE_URL=https://api.daifuku.asia
|
12 |
ENV DALLE_REVERSE_PROXY=https://api.daifuku.asia/v1/images/generations
|
13 |
-
ENV GOOGLE_SAFETY_SEXUALLY_EXPLICIT=
|
14 |
-
ENV GOOGLE_SAFETY_HATE_SPEECH=
|
15 |
-
ENV GOOGLE_SAFETY_HARASSMENT=
|
16 |
-
ENV GOOGLE_SAFETY_DANGEROUS_CONTENT=
|
17 |
|
18 |
# Uncomment the following ENV to enable search
|
19 |
# Feel free to clone our meilisearch space and update the URL with your own
|
|
|
10 |
ENV ANTHROPIC_REVERSE_PROXY=https://api.discord.rocks
|
11 |
ENV ASSISTANTS_BASE_URL=https://api.daifuku.asia
|
12 |
ENV DALLE_REVERSE_PROXY=https://api.daifuku.asia/v1/images/generations
|
13 |
+
ENV GOOGLE_SAFETY_SEXUALLY_EXPLICIT=BLOCK_ONLY_HIGH
|
14 |
+
ENV GOOGLE_SAFETY_HATE_SPEECH=BLOCK_ONLY_HIGH
|
15 |
+
ENV GOOGLE_SAFETY_HARASSMENT=BLOCK_ONLY_HIGH
|
16 |
+
ENV GOOGLE_SAFETY_DANGEROUS_CONTENT=BLOCK_ONLY_HIGH
|
17 |
|
18 |
# Uncomment the following ENV to enable search
|
19 |
# Feel free to clone our meilisearch space and update the URL with your own
|