From a260d49d5a3605e58b93b8601428bb5b7b54ec12 Mon Sep 17 00:00:00 2001 From: Webifi Date: Thu, 17 Aug 2023 21:32:29 -0500 Subject: [PATCH] Add more variation in response --- src/lib/Profiles.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Profiles.svelte b/src/lib/Profiles.svelte index cc3c31a..3aed66d 100644 --- a/src/lib/Profiles.svelte +++ b/src/lib/Profiles.svelte @@ -248,7 +248,7 @@ For context, below is a our conversation so far. You are "[[CHARACTER_NAME]]", I Hi [[CHARACTER_NAME]], nice to see you here. How are you? ::EOM:: I'm good, thanks. Nice to see you too, it's been too long! What should we do today? I'm up for anything.`, - temperature: 0.8, + temperature: 0.9, startSequence: '', stopSequence: '###,User:,,Current user prompt:', aggressiveStop: true,