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 75f4abc commit cc97eb0Copy full SHA for cc97eb0
concepts/env-variables.mdx
@@ -13,10 +13,10 @@ PINECONE_API_KEY=...
13
14
## Public Apps & Environment Variables
15
16
-If you want to share your agent to a broader audience, you should not put your own OpenAI API keys in the `.env` file.
+If you want to share your app to a broader audience, you should not put your own OpenAI API keys in the `.env` file.
17
Instead, you should use [user_env](/cloud/config) in the Chainlit config to ask each user to provide their own keys.
18
19
-You can then access the user's keys in your agent code using:
+You can then access the user's keys in your code using:
20
21
```python
22
from chainlit import user_session
0 commit comments