Chanzhaoyu / chatgpt-web

用 Express 和 Vue3 搭建的 ChatGPT 演示网页
MIT License
31.56k stars 11.22k forks source link

Add support of presence_penalty and frequency_penalty parameter #2111

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: