# Evolusis AI Agent - Environment Variables # Copy this file to .env and add your actual API keys # Groq API Key (FREE) - Get from: https://console.groq.com/keys GROQ_API_KEY=your_groq_api_key_here # OpenWeather API Key (FREE) - Get from: https://openweathermap.org/api OPENWEATHER_API_KEY=your_openweather_api_key_here # News API Key (FREE) - Get from: https://newsapi.org/ NEWS_API_KEY=your_news_api_key_here