Spaces:
Sleeping
Sleeping
File size: 342 Bytes
8eb0b3e |
1 2 3 4 5 6 7 8 9 10 |
# API Keys Configuration
# Copy this file to .env and fill in your actual API keys
# Groq API Key for AI-powered JSON conversion
# Get your key from: https://console.groq.com/
GROQ_API_KEY=your_groq_api_key_here
# Roboflow API Key for arrow recognition
# Get your key from: https://roboflow.com/
ROBOFLOW_API_KEY=your_roboflow_api_key_here |