evolusis / .env.example
yashgori20's picture
Evolusis AI Agent: Complete implementation with LLM reasoning and external APIs
8850406
raw
history blame contribute delete
413 Bytes
# 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