FAQ
- What is RePrompt? RePrompt is a productivity tool made for ChatGPT that allows you to parameterize your prompts for reusability, much like you would a request in Postman, Insomnia, or Hoppscotch.
- How does RePrompt work? To use RePrompt, you simply add a double
curly bracket around the name of the parameter you want to reference,
like
{{parameter_name}}
. Once you have given this parameter a value in the RePrompt parameter manager, upon pressing send, the parameters should get replaced by their corresponding values. - What are the benefits of using RePrompt? RePrompt allows you to save time and boost your workflow by parameterizing prompts for reusability. This means you can say goodbye to repetition and hello to reusability!
Instructions
To use RePrompt, follow these steps:
- Install the RePrompt extension for your preferred browser (Google Chrome, Mozilla Firefox, or The Browser Company Arc).
- Open ChatGPT.
- In the RePrompt parameter manager, create a new parameter by typing in either the "KEY" or "VALUE" fields.
- Give your parameter a name and a default value.
- In your prompt, reference the parameter by adding double curly
brackets around the parameter name, like
{{parameter_name}}
. - When you're ready to send your prompt, make sure the parameter has the correct value in the RePrompt parameter manager.
- Press send and the parameter should get replaced by its corresponding value in your prompt.
That's it! You can now use RePrompt to parameterise your prompts for reusability and save time in your workflow.