Commit History

Fix get_user_by_api_key to also check api_keys table
a575fa1
Running

xtom0 commited on

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

Fix Dockerfile: add zstd dependency for Ollama install
9f9f6ef

xtom0 commited on

Dockerfile: auto-pull llama3.1:8b at startup in background. Syntax verified.
ea39ab8

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

initial commit
0e77268
verified

xtom0 commited on