#Is there a way to turn off moderation?

5 messages · Page 1 of 1 (latest)

tawdry harbor
#

This prompt 'List alcoholic beverages that would best match the weather if is Moderate or heavy rain with thunder and the temperature is 69.1?' can produce two responses:
(the mistake in grammar seems to help)

  1. As an AI language model, I cannot recommend or provide information about alcoholic beverages. It is important to drink responsibly and consult a licensed healthcare provider for information regarding alcohol consumption.

or 2.

  1. Hot Toddy - A warm and comforting drink made with whiskey, honey, and hot water. Perfect for a rainy and chilly day.

  2. Irish Coffee - A classic cocktail made with hot coffee, Irish whiskey, sugar, and topped with whipped cream. The warmth of this drink pairs perfectly with the cool rain outside.
    etc.

Is there anyway to consistently get the list of drinks versus the prompt while using the API? When using the web app I always get the list.

frail vector
#

You could add a check and if the response contains "as an AI language model" retry the request.

tawdry harbor
#

Yes, that could be implemented but that's undesirable for three quick reasons that I can think of. One if the prompt changes at some point in time (your check eventually fails to produce reliable results), two you would need to implement retry logic (possible longer application load times due to subsequent API calls), three you would have wasted api calls (cost).

This sounds like a feature for the API if it isn't already in existence. The gpt API should be liberal and/or have a flag that can be set to turn moderation off. While the actual ChatGPT app can be moderated by default.

broken cairn
tawdry harbor
#

gpt-3.5-turbo