From 3b9592830d274bf943ce46baec011e4bfeb3d9df Mon Sep 17 00:00:00 2001 From: rasbt Date: Wed, 11 Sep 2024 20:16:35 -0500 Subject: [PATCH] clarifications --- ch07/05_dataset-generation/reflection-gpt4.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch07/05_dataset-generation/reflection-gpt4.ipynb b/ch07/05_dataset-generation/reflection-gpt4.ipynb index d176642..013df29 100644 --- a/ch07/05_dataset-generation/reflection-gpt4.ipynb +++ b/ch07/05_dataset-generation/reflection-gpt4.ipynb @@ -110,7 +110,7 @@ "- First, let's test if the OpenAI API is correctly set up\n", "- If you don't have an account yet, you need to create one at https://platform.openai.com/\n", "- Note that you will also have to transfer some funds to your account as the GPT-4 API is not free (see https://platform.openai.com/settings/organization/billing/overview)\n", - "- Running the examples in this notebook costs about \\$0.3 (3 cents) with GPT-4o-mini as of this writing\n", + "- Running the code exactly as it appears in this notebook costs about \\$0.03 (3 cents) with GPT-4o-mini as of this writing\n", "- Applying the two methodologies above to all 1100 entries in the chapter 7 instruction dataset costs about \\$0.60 (60 cents)" ] },