llm_council_prem / README.md
LLM Council Deployer
Fix README color for HF
eb47238
---
title: LLM Council
emoji: 🏛️
colorFrom: indigo
colorTo: blue
sdk: docker
pinned: false
app_port: 7860
---
# LLM Council
This application demonstrates a "Council of LLMs" where multiple AI models (Claude, GPT, etc.) discuss and synthesize answers to user queries.
## Architecture
- **Frontend**: React (Vite) + Tailwind CSS (Modern Chat UI)
- **Backend**: Django (Ninja API) + LangChain
- **Deployment**: Single-container Docker deployment on Hugging Face Spaces
- **Database**: SQLite (for demo purposes)
## Usage
1. Enter your OpenRouter API Key when prompted.
2. Ask a question.
3. Watch as the models deliberate, review each other, and the Chairman delivers the final synthesis.