Spaces:
Running
Running
| # Model to use (litellm format) | |
| LH_MODEL=openrouter/google/gemini-3.1-flash-lite-preview | |
| # API keys (set at least one for your chosen provider) | |
| # OPENROUTER_API_KEY= | |
| # GEMINI_API_KEY= | |
| # E2B sandbox | |
| E2B_API_KEY=your-e2b-api-key | |
| # Admin | |
| # LH_ADMIN_TOKEN=your-admin-token | |
| # LH_MAX_SESSION_COST=0.50 | |
| # LH_DAILY_LIMIT=10 | |
| # Hugging Face | |
| # HF_TOKEN=your-hf-write-token | |
| # HF_TRACES_REPO=your-username/document-explorer-traces | |
| # HF_DOCS_REPO=your-username/appsimple-docs | |
| # Link to full document explorer | |
| # DOCUMENT_EXPLORER_URL=https://huggingface.co/spaces/chuckfinca/document-explorer | |