Appearance
<<EasyGPT>>.advanced.setPresencePenalty()
Influence the likelihood of ChatGPT talking about new topics.
Usage
js
instance.advanced.setPresencePenalty(0.8);
Parameters
PARAMETER | TYPE | Default | DESCRIPTION |
---|---|---|---|
presencePenalty | Number | N/A | Positive 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>>)