fix comment
This commit is contained in:
parent
449c2937b7
commit
74d296cac7
|
@ -299,7 +299,7 @@ const chatSettingsList: ChatSetting[] = [
|
||||||
header: 'Logit Bias. See <a target="_blank" href="https://help.openai.com/en/articles/5247780-using-logit-bias-to-define-token-probability">this article</a> for more details.',
|
header: 'Logit Bias. See <a target="_blank" href="https://help.openai.com/en/articles/5247780-using-logit-bias-to-define-token-probability">this article</a> for more details.',
|
||||||
type: 'other',
|
type: 'other',
|
||||||
hide: () => true,
|
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
|
// -- 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.
|
// 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
|
// Generally, leading space plus common lower case word will more often result in a single token
|
||||||
|
|
Loading…
Reference in New Issue