Spaces:
Sleeping
Sleeping
File size: 576 Bytes
c05ab04 060fd46 c05ab04 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # HANA API (Neon BrainForge)
HANA_BASE_URL=https://hana.neonaialpha.com
HANA_USERNAME=guest
HANA_PASSWORD=password
# Optional: BrainForge model_ids to merge if omitted by get_models (name@version)
# HANA_NEON_MODEL_SUPPLEMENT_IDS=BrainForge/Security@2026.03.18
# Comparison providers
FIREWORKS_API_KEY=your-fireworks-api-key-here
OPENAI_API_KEY=your-openai-api-key-here
GEMINI_API_KEY=your-gemini-api-key-here
MISTRAL_API_KEY=your-mistral-api-key-here
# App
CORS_ORIGINS=http://localhost:3000,http://localhost:3001,http://localhost:3002,http://localhost:3003
|