appsimple-assistant / README.md
chuckfinca's picture
Switch to Docker SDK to bypass Gradio SSR build hang
5659de8
---
title: AppSimple Assistant
emoji: 💼
colorFrom: blue
colorTo: yellow
sdk: docker
pinned: false
license: mit
---
# AppSimple Assistant
Ask questions about AppSimple — the LLM reads and analyzes curated documents
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 (see `.env.example`) and run:
```
uv sync
uv run python app.py
```