From a2be4c482f794fe37eddf99a0f5cd0ffa280bb75 Mon Sep 17 00:00:00 2001 From: sasaki Date: Fri, 21 Mar 2025 00:48:22 +0900 Subject: [PATCH] Remove spaces to the left and right of the equals sign. --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 43032b5..6c422b8 100644 --- a/.env.example +++ b/.env.example @@ -1,9 +1,9 @@ # rename this to .env and fill in your own keys OPENAI_API_KEY="sk-proj-123" -OPENAI_ORG = "org-123" +OPENAI_ORG="org-123" BROWSERBASE_API_KEY="00000000-0000-0000-0000-000000000000" BROWSERBASE_PROJECT_ID="bb_live_00000000-00000" -SCRAPYBARA_API_KEY="scrapy-123" \ No newline at end of file +SCRAPYBARA_API_KEY="scrapy-123"