From 12011c6817a3a1ed148228faa9e70194ef3ad074 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 4 Mar 2024 22:20:00 +0900 Subject: [PATCH] Update maxContext value to 4000 --- src/ts/process/templates/templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/process/templates/templates.ts b/src/ts/process/templates/templates.ts index ba18afd6..15073e58 100644 --- a/src/ts/process/templates/templates.ts +++ b/src/ts/process/templates/templates.ts @@ -628,7 +628,7 @@ export const prebuiltPresets:{OAI:botPreset,ooba:botPreset,NAI:botPreset,oobaRp: "jailbreak": "", "globalNote": "", "temperature": 85, - "maxContext": 2000, + "maxContext": 4000, "maxResponse": 500, "frequencyPenalty": 50, "PresensePenalty": 40,