Skip to content

Commit f9a2813

Browse files
committed
Add a note about setting OPENAI_API_KEY for local development
1 parent 8147020 commit f9a2813

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llm/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ source llm/venv/bin/activate
158158
pip3 install -r llm/requirements.txt
159159
```
160160

161+
Note: you'll also need to set your `OPENAI_API_KEY` in `llm/.env.local` file
162+
161163
## Deploying to Firebase
162164

163165
```shell

0 commit comments

Comments
 (0)