Spaces:
Running
Running
File size: 476 Bytes
c5e7f6c c02b92b c5e7f6c c02b92b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Model to use (litellm format)
LH_MODEL=openrouter/qwen/qwen3-coder
# API keys (set at least one for your chosen provider)
# OPENROUTER_API_KEY=
# OPENAI_API_KEY=
# GEMINI_API_KEY=
# E2B sandbox
E2B_API_KEY=your-e2b-api-key
# Web app authentication
LH_ACCESS_TOKEN=your-secret-token
# LH_ADMIN_TOKEN=your-admin-token
# LH_MAX_SESSION_COST=0.50
# Hugging Face trace storage (optional)
# HF_TOKEN=your-hf-write-token
# HF_TRACES_REPO=your-username/document-explorer-traces
|