From 5ec326263e02fb1d3047601b26577ac2d95f92f7 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Mon, 7 Aug 2023 11:49:32 +0900 Subject: [PATCH] [feat] nai kayra --- 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 1ad75a5e..beac1e6f 100644 --- a/src/ts/process/templates/templates.ts +++ b/src/ts/process/templates/templates.ts @@ -164,7 +164,7 @@ export const prebuiltPresets:{OAI:botPreset,ooba:botPreset,NAI:botPreset} = { "personaPrompt" ], "aiModel": "novelai_kayra", - "subModel": "gpt35", + "subModel": "novelai_kayra", "currentPluginProvider": "", "textgenWebUIStreamURL": "", "textgenWebUIBlockingURL": "",