Spaces:
Runtime error
Runtime error
File size: 401 Bytes
8f319c2 | 1 2 3 4 5 6 7 8 9 10 11 | # API Keys for A/B Test Predictor
# Copy this file to .env and fill in your actual API keys
# Perplexity Sonar Reasoning Pro API Key
# Get it from: https://www.perplexity.ai/settings/api
PERPLEXITY_API_KEY=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
# Gemini Pro Vision API Key
# Get it from: https://makersuite.google.com/app/apikey
GEMINI_API_KEY=AIzaSyBhoPIHVafBlgGV1F3fzox9CTnZ_Yio-aQ
|