Spaces:
Sleeping
Sleeping
| # Groq API (Ultra-fast inference) - Get key from https://console.groq.com | |
| GROQ_API_KEY=your_groq_api_key_here | |
| # Mistral AI API (for OCR) - Get key from https://console.mistral.ai/ | |
| MISTRAL_API_KEY=your_mistral_api_key_here | |
| # OpenRouter API (fallback) | |
| OPENROUTER_API_KEY=your_openrouter_api_key_here | |
| # ChromaDB Cloud Configuration | |
| # Get your API key from https://www.trychroma.com/ | |
| CHROMA_API_KEY=your_chromadb_api_key_here | |
| CHROMA_TENANT=your_tenant_id | |
| CHROMA_DATABASE=your_database_name | |
| # JWT Secret (change in production) | |
| JWT_SECRET=Iribl AI-secret-key-change-me-in-production | |
| # App Configuration | |
| FLASK_ENV=development | |
| FLASK_DEBUG=True | |