LLM_Comparison_Tool / .env.example
NeonClary's picture
Upload folder using huggingface_hub
060fd46 verified
Raw
History Blame Contribute Delete
576 Bytes
# 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