From a506cf8c906db6d85f32434b26da60ffdd683db8 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:10:27 +0300 Subject: [PATCH] Fix command description --- public/scripts/sysprompt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/sysprompt.js b/public/scripts/sysprompt.js index 811905466..ea59068d2 100644 --- a/public/scripts/sysprompt.js +++ b/public/scripts/sysprompt.js @@ -200,7 +200,7 @@ export function initSystemPrompts() { ], helpString: `
- Selects a system prompt by name, using fuzzy search to find the closest match. Enables the use of system prompt if not already enabled. + Selects a system prompt by name, using fuzzy search to find the closest match. Gets the current system prompt if no name is provided and sysprompt is enabled or forceGet=true is passed.