We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836e673 commit 105ccbaCopy full SHA for 105ccba
.env.example
@@ -4,4 +4,10 @@ APP_ENV=production
4
LISTEN_HOST=0.0.0.0
5
LISTEN_PORT=7860
6
# (Required, Default: unbiased-small) Set this with detoxify model. Check list of model in detoxify github repository.
7
-DETOXIFY_MODEL=unbiased-small
+DETOXIFY_MODEL=unbiased-small
8
+
9
+# (Optional. Default: false. Options: true or false) Check whether the cache will be enabled or not
10
+ENABLE_CACHE=false
11
12
+# (Optional. Default: 60. Options: integer value) Duration of cache in seconds. Parameter will be used when the cache is enabled
13
+CACHE_DURATION_SECONDS=60
0 commit comments