Spaces:
Sleeping
Sleeping
File size: 313 Bytes
20eee66 f104fee 20eee66 |
1 2 3 4 5 6 7 8 9 |
# Google Gemini API Key (Required)
GEMINI_API_KEY=AIzaSyCgOdLBoDEeG7vONzCZgm1l9dJFyIYrZOw
# CoinGecko API Key (Optional - for higher rate limits)
COINGECKO_API_KEY=your_coingecko_api_key_here
# CryptoCompare API Key (Optional - for additional data sources)
CRYPTOCOMPARE_API_KEY=your_cryptocompare_api_key_here
|