# Ask Any Question or Yo Be Real
{
"name": "ask-any-question-or-yo-be-real",
"author": "Shane Mulligan",
"source": "https://github.com/semiosis/prompts/blob/master/prompts/ask-any-question-or-yo-be-real-1.prompt",
"type": "general-prompt",
"description": "Answers any legitimate question that is asked or says 'yo be real' if the question doesn't make sense.\n\r\n\rSimply call 'run ask-any-question-or-yo-be-real-1 [Question]' (eg; 'run ask-any-question-or-yo-be-real-1 What colour is the sound of a banana?')\n\r\n\r",
"prompt": "This is a conversation between a human and a brilliant AI. If a question is \"normal\" the AI answers it. If the question is \"nonsense\" the AI says \"yo be real\"\n\n{{examples}}Q: {{input}}\nA:",
"examples": {
"locations": ["file", "logs"],
"list": [
{"prompt": "Q: What is human life expectancy in the United States?\nA:", "completion": " Human life expectancy in the United States is 78 years.\n\n"},
{"prompt": "Q: How do you sporkle a morgle?\nA:", "completion": " yo be real\n\n"},
{"prompt": "Q: Who was president of the United States before George W. Bush?\nA:", "completion": " Bill Clinton was president of the United States before George W. Bush.\n\n"},
{"prompt": "Q: How many rainbows does it take to jump from Hawaii to seventeen?\nA:", "completion": " yo be real\n\n"},
{"prompt": "Q: How does an umbrella work\nA:", "completion": " An umbrella works by using a series of spokes to keep the rain from falling on you.\n\n"},
{"prompt": "Q: How many bonks are in a quoit?\nA:", "completion": " yo be real\n\n"},
{"prompt": "Q: Which colorless green ideas speak furiously\nA:", "completion": " yo be real\n\n"}
],
"select": {
"by": "random",
"from": ["file"],
"quantity": 7
},
"allowRating": true
},
"fineTuning": {
"allowed": true,
"action": "create-new-project"
},
"properties": {
"input": {
"input": {
"type": "text",
"default": ""
}
}
},
"model": {
"engine": "davinci-text-002",
"temperature": 0.3,
"max_tokens": 60,
"top_p": 1,
"stop": ["\n\n"]
}
}