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
promptsandtest_setsdirectory 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