We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241db59 commit feef5d3Copy full SHA for feef5d3
zenml-support-agent/README.md
@@ -111,6 +111,12 @@ Install the required packages via the `requirements.txt` file located in the
111
pip install -r src/requirements.txt
112
```
113
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
120
## 🏃 Running it locally
121
122
After the installation is completed, you can directly run the pipeline locally
0 commit comments