From 74d296cac7fc412db261da313f62529bad8a80d1 Mon Sep 17 00:00:00 2001 From: Webifi Date: Sun, 28 May 2023 17:43:40 -0500 Subject: [PATCH] fix comment --- src/lib/Settings.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Settings.svelte b/src/lib/Settings.svelte index e1df1df..98981c6 100644 --- a/src/lib/Settings.svelte +++ b/src/lib/Settings.svelte @@ -299,7 +299,7 @@ const chatSettingsList: ChatSetting[] = [ header: 'Logit Bias. See this article for more details.', type: 'other', hide: () => true, - // transform to JSON for request, first converting word->weight pairs to token(s)->weight. + // transform to word->weight pairs to token(s)->weight. // -- care should be taken to have each word key in the each record formatted in a way where they // only take one token each else you'll end up with results you probably don't want. // Generally, leading space plus common lower case word will more often result in a single token