Update .env.example quotes around True

Environment variables cannot be booleans they must be strings or empty.
pull/531/head
evelynmitchell 10 months ago committed by GitHub
parent 6861e1d9f0
commit 3c88c155f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,6 +16,6 @@ LOG_LEVEL="INFO"
BOT_NAME="Orca"
HF_API_KEY="your_huggingface_api_key_here"
USE_TELEMETRY=True
USE_TELEMETRY="True"
AGENTOPS_API_KEY=""
FIREWORKS_API_KEY=""
FIREWORKS_API_KEY=""

Loading…
Cancel
Save