In this notebook, you will learn how to do a simple A/B test between two different prompts, using Literal AI's Thread observability and running the test client-side.
To install dependencies, run:
pip install -r requirements.txt
Create and set your Literal AI and OpenAI API keys in .env
:
cp .env.example .env