From 5811e634a08258c069431cbb21541248a67b39cb Mon Sep 17 00:00:00 2001 From: Akshay Chintalapati <64036106+akshayvkt@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:26:15 -0800 Subject: [PATCH] Update Clustering.ipynb Updated the penultimate markdown to align with the code in the following cell --- examples/Clustering.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Clustering.ipynb b/examples/Clustering.ipynb index d83b664..bf50155 100644 --- a/examples/Clustering.ipynb +++ b/examples/Clustering.ipynb @@ -160,7 +160,7 @@ "source": [ "### 2. Text samples in the clusters & naming the clusters\n", "\n", - "Let's show random samples from each cluster. We'll use davinci-instruct-beta-v3 to name the clusters, based on a random sample of 6 reviews from that cluster." + "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." ] }, {