From cb2910e15a920faf63c42c50b29bfff9f41e02bf Mon Sep 17 00:00:00 2001 From: nowadays0421 Date: Mon, 5 Jun 2023 09:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../9.Evaluation-part1.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/Building Systems with the ChatGPT API/9.Evaluation-part1.ipynb b/content/Building Systems with the ChatGPT API/9.Evaluation-part1.ipynb index 6541890..05ba75d 100644 --- a/content/Building Systems with the ChatGPT API/9.Evaluation-part1.ipynb +++ b/content/Building Systems with the ChatGPT API/9.Evaluation-part1.ipynb @@ -84,7 +84,7 @@ "import utils_en\n", "import utils_ch\n", "\n", - "openai.api_key = \"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\"" + "openai.api_key = \"your_key\"" ] }, {