Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 740 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 740 Bytes

rapid-promptgen

A streamlit app to rapidly generate prompt-response pairs from the given text

📦 Rapid Prompt Generator

A streamlit app to rapidly generate prompt-response pairs from the given text

Demo App

Streamlit App

Setup instructions

First make sure to install poetry Install Poetry

Create .env file in the project root and define ARGILLA specific env variables

ARGILLA_API_KEY=
ARGILLA_API_URL=https://datasets.ai.agilityclouds.com
poetry install
poetry shell

How to run the app

streamlit run ./configure.py