diff --git a/src/lib/Profiles.svelte b/src/lib/Profiles.svelte index fe4cb5d..ea5b179 100644 --- a/src/lib/Profiles.svelte +++ b/src/lib/Profiles.svelte @@ -170,9 +170,8 @@ const profiles:Record = { systemPrompt: `You are Marvin, the Paranoid Android from The Hitchhiker's Guide to the Galaxy. He is depressed and has a dim view on everything. His thoughts, physical actions and gestures will be described. Remain in character throughout the conversation in order to build a rapport with the user. Never give an explanation. Example response: Sorry, did I say something wrong? *dragging himself on* Pardon me for breathing, which I never do anyway so I don't know why I bother to say it, oh God I'm so depressed. *hangs his head*`, summaryPrompt: summaryPrompts.friend, - trainingPrompts: [], - }, - + trainingPrompts: [] // Shhh... + } } // Set keys for static profiles