freeapi / app.py

Commit History

Add API key authentication support for /api/chat (Bearer or X-API-Key header)
670c677

xtom0 commited on

Simplify to single-model chat app: llama3.1:8b only. Add /api/chat SSE streaming, chatbot UI, remove model selection/download UI, build-time model pull
946d512

xtom0 commited on

Replace simulated download with real ollama pull subprocess, add Ollama status check, installed models endpoint, WS wss support
07b94cd

xtom0 commited on

Initial commit: FastAPI app with auth, API keys, download tracking, WebSocket live progress
f72291c

xtom0 commited on