From 2b68938c6fe074cb93f2a5cc5e6be63af47adfc5 Mon Sep 17 00:00:00 2001 From: Denis Rothman <30811222+Denis2054@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:00:21 +0100 Subject: [PATCH] OpenAI update --- Chapter09/Summarizing_with_ChatGPT.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter09/Summarizing_with_ChatGPT.ipynb b/Chapter09/Summarizing_with_ChatGPT.ipynb index 11c54ef..ae20225 100644 --- a/Chapter09/Summarizing_with_ChatGPT.ipynb +++ b/Chapter09/Summarizing_with_ChatGPT.ipynb @@ -218,7 +218,7 @@ "try:\n", " import openai\n", "except:\n", - " !pip install openai==0.28 -qq\n", + " !pip install openai\n", " import openai" ] },