--- title: Document Explorer emoji: 📄 colorFrom: blue colorTo: green sdk: docker pinned: false license: mit --- # Document Explorer Upload documents, ask questions — the LLM reads and analyzes them with Python. No training, no vector DB. Built on [a-simple-llm-harness](https://github.com/chuckfinca/a-simple-llm-harness). ## Setup Set environment variables: ``` LH_MODEL=openrouter/google/gemini-3.1-flash-lite-preview LH_ACCESS_TOKEN=your-secret-token E2B_API_KEY=your-e2b-api-key ``` Run locally: ``` uv sync uv run python app.py ```