Skip to content

Commit cc97eb0

Browse files
committed
fix text
1 parent 75f4abc commit cc97eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concepts/env-variables.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ PINECONE_API_KEY=...
1313

1414
## Public Apps & Environment Variables
1515

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.
16+
If you want to share your app to a broader audience, you should not put your own OpenAI API keys in the `.env` file.
1717
Instead, you should use [user_env](/cloud/config) in the Chainlit config to ask each user to provide their own keys.
1818

19-
You can then access the user's keys in your agent code using:
19+
You can then access the user's keys in your code using:
2020

2121
```python
2222
from chainlit import user_session

0 commit comments

Comments
 (0)