diff options
| -rw-r--r-- | defaults/yacy.init | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index 5f9087afa..90523996d 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -1430,10 +1430,10 @@ ai.llm-user-prefix = \n\nAdditional Information:\n\nbelow you find a collection ai.llm-query-generator-prefix = Make a list of search words with low document frequency for the following prompt; use a JSON Array: ai.shield.allow-nonlocalhost = false ai.shield.show-chat-link = false -ai.shield.rate.per-minute = 1 -ai.shield.rate.per-hour = 12 -ai.shield.rate.per-day = 30 +ai.shield.rate.per-minute = 4 +ai.shield.rate.per-hour = 60 +ai.shield.rate.per-day = 120 ai.shield.limit-all = false -ai.shield.all.per-minute = 1 -ai.shield.all.per-hour = 12 -ai.shield.all.per-day = 30 +ai.shield.all.per-minute = 16 +ai.shield.all.per-hour = 240 +ai.shield.all.per-day = 480 |
