hassan-dev14/stellar-dna-api
0
1---2title: Stellar DNA API3emoji: 🔭4colorFrom: indigo5colorTo: purple6sdk: docker7pinned: false8---9 10# Stellar DNA API11 12FastAPI backend for the Stellar DNA cosmic profile generator.13 14## Environment Secrets15 16Configure in Settings -> Repository secrets:17 18| Secret | Description |19|--------|-------------|20| GEMINI_API_KEY | Google Gemini API key (primary LLM) |21| GROQ_API_KEY | Groq API key (fallback LLM) |22| CORS_ORIGINS | Comma-separated frontend URLs (e.g. https://your-app.vercel.app) |23 