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 f9a2813 commit e1f4917Copy full SHA for e1f4917
llm/.gitignore
@@ -1,3 +1,4 @@
1
venv/
2
__pycache__/
3
databases/
4
+.secret.local
llm/readme.md
@@ -158,7 +158,9 @@ source llm/venv/bin/activate
158
pip3 install -r llm/requirements.txt
159
```
160
161
-Note: you'll also need to set your `OPENAI_API_KEY` in `llm/.env.local` file
+Note: you'll need to set `OPENAI_DEV` and `OPENAI_PROD` in a
162
+`llm/.secret.local` file. Get it with `firebase functions:secrets:access
163
+OPENAI_DEV`. They can be set to the same token.
164
165
## Deploying to Firebase
166
0 commit comments