From 38f9ce0f018d49b0a51ad582383006bf9792634b Mon Sep 17 00:00:00 2001 From: lmg-anon <139719567+lmg-anon@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:53:59 -0300 Subject: [PATCH] Change default context length to 8192 --- mikupad.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mikupad.html b/mikupad.html index d94a84f..e97d62c 100644 --- a/mikupad.html +++ b/mikupad.html @@ -3697,7 +3697,7 @@ stoppingStrings: "[]", ignoreEos: false, openaiPresets: false, - contextLength: 4096, + contextLength: 8192, tokenRatio: 3.3, memoryTokens: ({ "contextOrder":"{memPrefix}{wiPrefix}{wiText}{wiSuffix}{memText}{memSuffix}{prompt}","prefix":"", "text":"", "suffix":""}), authorNoteTokens: ({ "prefix":"", "text":"", "suffix":""}), @@ -5614,4 +5614,4 @@ } main(); - \ No newline at end of file +