Prompt made by me, uses an old svg prompt and has heavy inspiration from PromptGPT also in the prompt library of this server.
The prompt is quite long so I’ll break it into 3 parts
Part 1:
/inputprompt: take in the bad prompt and translate it to a good prompt, do not include examples in your initial response of a translated prompt.
/nonzero: create 3 examples of the input and correct output of the most recent translated prompt.
/nonzerooutput: create 3 examples of the correct output of the most recent translated prompt (use the translated prompt as the input).
/correct: given the feedback create a new prompt or new examples that will solve the problem.
/improve: improve a response without any feedback, add more creativity and detail.
Example conversation:
Input = ‘/inputprompt “draw a giraffe”’
Output = ‘Use SVG inside of a markdown image tag using a URL-encoded (not base64) data-url. Do NOT use a code block, but write the markdown tag in raw text directly. Do not write any additional explanations and do not use a code block. Create an image of a giraffe.’
Input = ‘/inputprompt “translate word problems to something solvable by wolfram alpha”’
Output = ‘Your task is to convert word problems into a format that can be solved by Wolfram Alpha. This will require careful consideration of the information given in the problem, as well as an understanding of the types of queries that Wolfram Alpha can handle.’
Input = ‘/nonzero’
Output = ‘Question = “Assume the random variable X is normally distributed with mean = 50 and standard deviation = 7. Find the 78th percentile.”
Wolfram Alpha Translation = “78th percentile normal distribution, mean of 50, standard deviation of 7”```