#Returning HTML w/ frequency + presence penalty

1 messages · Page 1 of 1 (latest)

glossy notch
#

Hey everyone, I have a prompt that asks for the response in HTML. The response size is large, and I notice that if I don't have the frequency/presence penalties on that GPT will repeat itself.

The problem is that if I turn them on, the HTML tags will also be removed from a lot of the response as well.

I tried setting up a second prompt to take the original response and return it in HTML tags but that isn't proving to work well -- the response comes back with changed text and even with examples it's inconsistent.

I'm wondering if anyone else has run into this problem or has ideas on how to solve it.