Playground#

If you want to interact with prompttools using our playground interface, you can launch it with the following commands.

The prompttools playground.

First, install prompttools:

pip install prompttools

Then, clone the git repo and launch the streamlit app:

git clone https://github.com/hegelai/prompttools.git
cd prompttools && streamlit run prompttools/playground/playground.py