I see this requirement, unless there are exceptions: “Implement the Content Filter to prevent Unsafe (CF=2) completions.”
I’m a non-technical founder. Maybe I’m misunderstanding something…
At this link: OpenAI API it says, among other things, to apply the content filter, max tokens should be set to 1, and temperature to 0.
If max tokens are set to one, then the AI can only return 1 word, right? I need to return multiple sentences.
And my model needs a temperature above zero.
Does this mean I should apply for exceptions, and not apply the content filter?
Or am I misunderstanding something here?