You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into issues with output of list-style responses like so:
Near the end of the list, the formatting and text starts to become incoherent.
After a bit of testing, I discovered that frequency_penalty: 1 was not the default for the API, which is 0. Upon setting frequency_penalty to 0, lists became cleaner (and more closely match the output from ChatGPT).
I was able to reproduce this same issue with the GPT 3.5 Turbo model.
Possible Fixes
Include a default with lower or zero penalties.
Include many template options with pros and cons listed.
The text was updated successfully, but these errors were encountered:
@mutewinter temp generally has an effect on long completions as well, but good point, I'll match the OpenAI recommendations then people can deviate from there.
In general though, the purpose of the default frontmatter is for users to choose what works for them
I used the default front matter template provided in the repo, modified for GPT-4:
I ran into issues with output of list-style responses like so:
Near the end of the list, the formatting and text starts to become incoherent.
After a bit of testing, I discovered that
frequency_penalty: 1
was not the default for the API, which is0
. Upon settingfrequency_penalty
to0
, lists became cleaner (and more closely match the output from ChatGPT).I was able to reproduce this same issue with the GPT 3.5 Turbo model.
Possible Fixes
The text was updated successfully, but these errors were encountered: