Skip to content

Commit 105ccba

Browse files
committed
chore: update .env.example with cache setting
1 parent 836e673 commit 105ccba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.env.example

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,10 @@ APP_ENV=production
44
LISTEN_HOST=0.0.0.0
55
LISTEN_PORT=7860
66
# (Required, Default: unbiased-small) Set this with detoxify model. Check list of model in detoxify github repository.
7-
DETOXIFY_MODEL=unbiased-small
7+
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

Comments
 (0)