Prompt Tester is a tool that makes it easy to verify prompts for LLMs with a GUI. The following features are implemented to make verification more convenient
- Variables: Variables can be defined using
{{}}
in a prompt. - Multi-case execution: You can set multiple values for variables and call LLM at the same time.
- CSV download: Execution results can be downloaded together as a CSV.
- Version control: The results of LLM executions are automatically saved, facilitating version control of the prompt.
See a demo.
There are no ongoing maintenance plans for this tool. So, if you have any problems, please fork it and fix them.