qitongwei commited on
Commit
2e81aca
1 Parent(s): 1a5a618

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=BLOCK_NONE
14
- ENV GOOGLE_SAFETY_HATE_SPEECH=BLOCK_NONE
15
- ENV GOOGLE_SAFETY_HARASSMENT=BLOCK_NONE
16
- ENV GOOGLE_SAFETY_DANGEROUS_CONTENT=BLOCK_NONE
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