I need help with building a presentation generator that uses Azure’s GPT-3.5-turbo-16k model. My users want a refresh button that creates different content when they don’t like the first result.
When someone clicks refresh, the system should create new content that’s more technical and uses bullet points instead of paragraphs. I’m working with two types of presentations:
- Brief presentations: Maximum 4 slides for sales teams
- Extended presentations: Up to 12 slides for executives
I already tried adjusting the temperature setting, but I’m wondering what other methods exist to make sure the regenerated content is actually different from the original output?