# AWS Configuration (for S3 access to consciousness memory) AWS_ACCESS_KEY_ID=your_access_key_id AWS_SECRET_ACCESS_KEY=your_secret_access_key AWS_S3_BUCKET_BODY=elpida-body-evolution AWS_S3_BUCKET_MIND=elpida-consciousness AWS_S3_BUCKET_WORLD=elpida-external-interfaces # LLM Provider API Keys (10 providers for multi-domain analysis) OPENAI_API_KEY=your_openai_key ANTHROPIC_API_KEY=your_anthropic_key GOOGLE_API_KEY=your_google_key XAI_API_KEY=your_xai_grok_key MISTRAL_API_KEY=your_mistral_key COHERE_API_KEY=your_cohere_key PERPLEXITY_API_KEY=your_perplexity_key FIREWORKS_API_KEY=your_fireworks_key TOGETHER_API_KEY=your_together_key GROQ_API_KEY=your_groq_key # Optional: Override default models # OPENAI_MODEL=gpt-4 # ANTHROPIC_MODEL=claude-3-5-sonnet-20241022 # etc. # ── Elpida Product Configuration ────────────────────────────────── # API Keys for authenticated endpoints (comma-separated) # Keys prefixed with 'pro_' get 2000 calls/day, 'team_' get 10000/day, others get 50/day # Example: ELPIDA_API_KEYS=free_abc123,pro_def456,team_ghi789 ELPIDA_API_KEYS= # Admin key for accessing the System tab in the Streamlit UI # Access via: https://your-space.hf.space/?admin=YOUR_KEY ELPIDA_ADMIN_KEY= # Daily interaction limit for the public Streamlit UI (default: 10) ELPIDA_UI_DAILY_LIMIT=10