Disable server-side WI entirely

This commit is contained in:
SillyLossy
2023-02-21 16:22:28 +02:00
parent eff98b6efd
commit 406724f200

View File

@@ -224,7 +224,7 @@ app.post("/generate", jsonParser, function(request, response_generate = response
use_story:false,
use_memory:false,
use_authors_note:false,
use_world_info:!!request.body.use_world_info,
use_world_info:false,
max_context_length: request.body.max_context_length,
max_length: request.body.max_length,
rep_pen: request.body.rep_pen,