Skip to content

Commit feef5d3

Browse files
authored
Update README.md
1 parent 241db59 commit feef5d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

zenml-support-agent/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ Install the required packages via the `requirements.txt` file located in the
111111
pip install -r src/requirements.txt
112112
```
113113

114+
You will also need to set your `OPENAI_API_KEY` as an environment variable wherever you plan to run the pipeline.
115+
116+
```bash
117+
export OPENAI_API_KEY="..."
118+
```
119+
114120
## 🏃 Running it locally
115121

116122
After the installation is completed, you can directly run the pipeline locally

0 commit comments

Comments
 (0)