File size: 240 Bytes
a3116de |
1 2 3 4 5 6 7 8 9 |
# Google Gemini API Key
# Get from: https://ai.google.dev/
GEMINI_API_KEY=your_gemini_api_key_here
# HuggingFace Token
# Get from: https://huggingface.co/settings/tokens
# Needs read access to datasets
HF_TOKEN=your_huggingface_token_here
|