From ac7f6552a0d8a3da6825f63ca7dac7451db55af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yavuz=20Alp=20Sencer=20=C3=96ZT=C3=9CRK?= <28690608+alpsencer@users.noreply.github.com> Date: Fri, 29 Mar 2024 00:16:34 +0300 Subject: [PATCH] Update deprecated comment to reflect use of gpt-4 in Clustering.ipynb (#1120) --- examples/Clustering.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Clustering.ipynb b/examples/Clustering.ipynb index 58d66a4..7ca3a01 100644 --- a/examples/Clustering.ipynb +++ b/examples/Clustering.ipynb @@ -163,7 +163,7 @@ "source": [ "### 2. Text samples in the clusters & naming the clusters\n", "\n", - "Let's show random samples from each cluster. We'll use text-davinci-003 to name the clusters, based on a random sample of 5 reviews from that cluster." + "Let's show random samples from each cluster. We'll use gpt-4 to name the clusters, based on a random sample of 5 reviews from that cluster." ] }, {