From 36e169f3abe0082f872d31dc4e0bb320dc0f2a32 Mon Sep 17 00:00:00 2001 From: rasbt Date: Mon, 27 May 2024 07:13:59 -0500 Subject: [PATCH] add keys --- ch07/02_dataset-utilities/config.json | 3 +++ ch07/03_model-evaluation/config.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 ch07/02_dataset-utilities/config.json create mode 100644 ch07/03_model-evaluation/config.json diff --git a/ch07/02_dataset-utilities/config.json b/ch07/02_dataset-utilities/config.json new file mode 100644 index 0000000..3f41b84 --- /dev/null +++ b/ch07/02_dataset-utilities/config.json @@ -0,0 +1,3 @@ +{ + "OPENAI_API_KEY": "sk-..." +} \ No newline at end of file diff --git a/ch07/03_model-evaluation/config.json b/ch07/03_model-evaluation/config.json new file mode 100644 index 0000000..3f41b84 --- /dev/null +++ b/ch07/03_model-evaluation/config.json @@ -0,0 +1,3 @@ +{ + "OPENAI_API_KEY": "sk-..." +} \ No newline at end of file