Skip to content

Commit

Permalink
redundant steps removed
Browse files Browse the repository at this point in the history
  • Loading branch information
melih-unsal authored Jun 27, 2023
1 parent cb80222 commit 9663c69
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9663c69

Please sign in to comment.