pull/530/merge
evelynmitchell 10 months ago committed by GitHub
commit d0eb71f9c6
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