Skip to content

Commit 9663c69

Browse files
authored
redundant steps removed
1 parent cb80222 commit 9663c69

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@ Then, install the necessary dependencies.
4141
```
4242
pip install -r requirements.txt
4343
```
44-
You will then need to set the environment variable in the terminal.
45-
46-
```
47-
export OPENAI_API_KEY="..."
48-
```
49-
50-
Alternatively, you could do this from inside the Jupyter notebook (or Python script):
51-
```
52-
import os
53-
os.environ["OPENAI_API_KEY"] = "..."
54-
```
55-
56-
Note: Further instructions about dependencies will be added as the project develops.
5744

5845
## Usage
5946

0 commit comments

Comments
 (0)