Update install.md with env var docs

#521 requested docs on turning off telemetry.
pull/530/head
evelynmitchell 10 months ago committed by GitHub
parent 6861e1d9f0
commit dae694bafa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,6 +76,17 @@ You can install `swarms` with pip in a
npm install swarms-js
```
## Environment Variables
Environment variables are used in Swarms for holding API Keys and other system configuration. See .env.example for others.
The initial ones to set are:
```
OPENAI_API_KEY="sk-..." # your OpenAI key
USE_TELEMETRY="True" # or "False" if you would like to disable telemetry
```
## Documentation

Loading…
Cancel
Save