Skip to content
On this page

<<EasyGPT>>.advanced.setPresencePenalty()

Influence the likelihood of ChatGPT talking about new topics.

Usage

js
instance.advanced.setPresencePenalty(0.8);

Parameters

PARAMETERTYPEDefaultDESCRIPTION
presencePenaltyNumberN/APositive values increase the likelihood of ChatGPT talking about new topics.

Negative values decrease the likelihood of ChatGPT talking about new topics.

Value must be between -2 and 2.

Returns

EasyGPT instance (<<EasyGPT>>)