qitongwei commited on
Commit
1a5a618
1 Parent(s): 32a0c67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -10,6 +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
 
14
  # Uncomment the following ENV to enable search
15
  # 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_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