pdf-quiz-generator/backend/app
Daniel 4cbaa529f0 Workers x4, follow-up suggestions, singleton lock, admin error details
- docker-compose.yml: --workers 4 on uvicorn
- main.py: Redis singleton lock so only one worker runs scheduler + backfill (prevents 4x cron jobs)
- teach.py: system prompt requests 3 follow-up suggestions ("> " prefix format)
- teach.py: parse and return suggestions[] separately from reply
- TeachChat.jsx: render clickable suggestion chips after last assistant message (click fills input)
- admin.py: restore full error details for admin endpoints (ElevenLabs, Polly, LiteLLM)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 01:27:03 +02:00
..
models Security hardening, async TeachChat, rate limit UX, unthrottle 2026-04-04 01:09:42 +02:00
routers Workers x4, follow-up suggestions, singleton lock, admin error details 2026-04-04 01:27:03 +02:00
schemas Security hardening, async TeachChat, rate limit UX, unthrottle 2026-04-04 01:09:42 +02:00
services Add switchable embedding model, Polly toggle, job cancellation, and UI fixes 2026-04-03 20:44:11 +02:00
tasks TeachChat: model selector, proxy routing fix, titan seed cleanup 2026-04-04 00:37:35 +02:00
utils Security hardening, async TeachChat, rate limit UX, unthrottle 2026-04-04 01:09:42 +02:00
__init__.py Initial commit: PDF Quiz Generator app 2026-03-30 20:04:53 +00:00
config.py Major platform update: pgvector search, multi-provider TTS, settings page, CLI 2026-03-31 18:03:10 +02:00
database.py Major platform update: pgvector search, multi-provider TTS, settings page, CLI 2026-03-31 18:03:10 +02:00
main.py Workers x4, follow-up suggestions, singleton lock, admin error details 2026-04-04 01:27:03 +02:00