A streamlit app to rapidly generate prompt-response pairs from the given text
A streamlit app to rapidly generate prompt-response pairs from the given text
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
streamlit run ./configure.py