From 704a8f44afbc1b6caa0a773550273a6ace6daf93 Mon Sep 17 00:00:00 2001 From: Denis Rothman <30811222+Denis2054@users.noreply.github.com> Date: Thu, 4 Jan 2024 04:54:39 +0100 Subject: [PATCH] API update --- Chapter07/Getting_Started_GPT_3.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Chapter07/Getting_Started_GPT_3.ipynb b/Chapter07/Getting_Started_GPT_3.ipynb index c37e36e..49a818b 100644 --- a/Chapter07/Getting_Started_GPT_3.ipynb +++ b/Chapter07/Getting_Started_GPT_3.ipynb @@ -20,7 +20,9 @@ "source": [ "# January,2024 OpenAI API update\n", "\n", - "[This notebook has been updated. See README \"Getting Started with OpenAI API\" section before running this notebook](https://github.com/Denis2054/Transformers-for-NLP-2nd-Edition/blob/main/README.md#getting-started-with-openai-api)" + "OpenAI upgraded its platform as of January 4, 2024.\n", + "\n", + "DO NOT RUN THIS NOTEBOOK. [USE Getting Started with GPT-4 API](https://github.com/Denis2054/Transformers-for-NLP-2nd-Edition/blob/main/Chapter07/Getting_Started_GPT_4_API.ipynb)" ] }, {