diff --git a/.env.example b/.env.example index c9867fe4..3706c242 100644 --- a/.env.example +++ b/.env.example @@ -76,4 +76,4 @@ PORT=8000 ANALYTICS_ID="anonymous" # Enable recording skyvern logs as artifacts -ENABLE_LOG_ARTIFACTS=false \ No newline at end of file +ENABLE_LOG_ARTIFACTS=false diff --git a/setup.sh b/setup.sh index 1f3da1c6..94fde7d0 100755 --- a/setup.sh +++ b/setup.sh @@ -230,6 +230,7 @@ initialize_env_file() { echo "Initializing .env file..." cp .env.example .env + echo "" >> .env setup_llm_providers # Ask for email or generate UUID