From 3c88c155f9fb2f4480e0499310782226215a084a Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Wed, 10 Jul 2024 18:46:25 -0600 Subject: [PATCH] Update .env.example quotes around True Environment variables cannot be booleans they must be strings or empty. --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 77032cb5..69b70dc3 100644 --- a/.env.example +++ b/.env.example @@ -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="" \ No newline at end of file +FIREWORKS_API_KEY=""