Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 706 Bytes

File metadata and controls

22 lines (17 loc) · 706 Bytes

PiggyPrompt - The Trusty Vault for Your AI Prompts

Install and run

pip install -r requirements.txt
streamlit run piggyprompt.py

Set an application password

  • Generate a bcrypt hashed password, you can use the following method:
  • Rename the .env.example file as .env
  • Uncomment the HASHED_PASSWORD variable by removing the # symbol at the start of the line
  • Copy the generated hash and place it in the variable
  • Restart the app