diff --git a/quickstart.sh b/quickstart.sh index e8c37f0e..42ba7f5c 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -300,18 +300,11 @@ if [ "$NODE_AVAILABLE" = true ]; then echo "" fi -# ============================================================ -# Step 3: Configure LLM API Key -# ============================================================ - -echo -e "${YELLOW}⬢${NC} ${BLUE}${BOLD}Step 3: Configuring LLM provider...${NC}" -echo "" - # ============================================================ # Step 3: Verify Python Imports # ============================================================ -echo -e "${BLUE}Step 3: Verifying Python imports...${NC}" +echo -e "${YELLOW}⬢${NC} ${BLUE}${BOLD}Step 3: Verifying Python imports...${NC}" echo "" IMPORT_ERRORS=0