coteerratu commited on
Commit
48ce2b1
1 Parent(s): 35a8389

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -21,9 +21,10 @@ RUN echo '{ \
21
  "proxy_url": "", \
22
  "real_logout": false, \
23
  "cookie_secret": "1234567890abcdefghijklmnopqrstuv", \
24
- "openai_base_url": "https://api.openai.com/v1", \
25
  "openai_api_key": "sk-xxx", \
26
- "moderation_enabled": false \
 
27
  }' > /data/config.json
28
 
29
 
 
21
  "proxy_url": "", \
22
  "real_logout": false, \
23
  "cookie_secret": "1234567890abcdefghijklmnopqrstuv", \
24
+ "openai_base_url": "https://moderations.shellten.top/v1", \
25
  "openai_api_key": "sk-xxx", \
26
+ "moderation_enabled": true \
27
+ show_session_key": true
28
  }' > /data/config.json
29
 
30