josStorer / chatGPTBox

Integrating ChatGPT into your browser deeply, everything you need is here
MIT License
10.03k stars 755 forks source link

Add support of presence_penalty and frequency_penalty parameter #773

Open PeterDaveHello opened 3 months ago

PeterDaveHello commented 3 months ago

The frequency and presence penalties help reduce the likelihood of repetitive token sequences, allowing for more varied and contextually appropriate outputs.

By implementing these options, we can gain finer control over the AI's behavior, leading to improved content generation.

Reference docs:

PeterDaveHello commented 3 months ago

Screenshot:

screenshot