Spaces:
Sleeping
Sleeping
File size: 413 Bytes
8850406 |
1 2 3 4 5 6 7 8 9 10 11 |
# 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 |