From 1284dd562fba2ef7bc070c5910028942f65bac40 Mon Sep 17 00:00:00 2001 From: Joschka Braun Date: Wed, 31 Jul 2024 16:38:45 -0400 Subject: [PATCH] docs: update ab testing cookbook --- cookbook/ab_testing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbook/ab_testing.py b/cookbook/ab_testing.py index 1f93c868..43327833 100644 --- a/cookbook/ab_testing.py +++ b/cookbook/ab_testing.py @@ -1,3 +1,5 @@ +# checkout the associated tutorial at https://docs.parea.ai//tutorials/running-ab-tests/llm-generated-emails + from typing import Tuple import os