Sample prompts as well as a prompt test set for the PromptoLab application
- Install the PromptoLab application, following the instructions in the following repo.
- PromptoLab
-
Clone this repository:
git clone https://github.com/crjaensch/PromptoLab-Data
-
Copy the
prompts
andtest_sets
directory to the subdirectory ".promptolab" of the user's home directorycd PromptoLab-Data mv prompts $HOME/.promptolab/ # for Windows to: C:\Users\username\.promptolab mv test_sets $HOME/.promptolab/ # for Windows to: C:\Users\username\.promptolab
- Run the application:
# If inside PromptoLab, then move to the parent directory cd .. python3 -m PromptoLab