This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Is frequency_penalty and presence_penalty working? #9
Answered
by
thejamescollins
MusicStudioNYC
asked this question in
General
|
I've been getting repetitive answers, so I cranked both penalties up to the highest (2) and did not observe any improvement. Any ideas what may be happening? Can anyone else test if the penalty parameters are working for them? |
Answered by
thejamescollins
Jan 16, 2023
Replies: 1 comment
|
Hi there @UpTheDesign, Looking at the Completions documentation, it sounds like you are setting both If you use the OpenAI Playground and do the same there, are the results similar? i.e. are the results in the Playground more or less random than your API request results? James |
0 replies
Answer selected by
thejamescollins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there @UpTheDesign,
Looking at the Completions documentation, it sounds like you are setting both
presence_penaltyandfrequency_penaltyto a value of 2, is that correct?If you use the OpenAI Playground and do the same there, are the results similar?
i.e. are the results in the Playground more or less random than your API request results?
James