Spaces:
Running
Running
File size: 583 Bytes
a0b3caa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # 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
|