From 9663c699555a2e59aa1a5cc94a599f94cb302c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melih=20=C3=9Cnsal?= <34304254+melih-unsal@users.noreply.github.com> Date: Tue, 27 Jun 2023 12:07:22 +0300 Subject: [PATCH] redundant steps removed --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 0311cb1..d65d8f4 100644 --- a/README.md +++ b/README.md @@ -41,19 +41,6 @@ Then, install the necessary dependencies. ``` pip install -r requirements.txt ``` -You will then need to set the environment variable in the terminal. - -``` -export OPENAI_API_KEY="..." -``` - -Alternatively, you could do this from inside the Jupyter notebook (or Python script): -``` -import os -os.environ["OPENAI_API_KEY"] = "..." -``` - -Note: Further instructions about dependencies will be added as the project develops. ## Usage