tyndale-ai-service/app
Danny 6c1cf0655a feat: add CORS middleware and SSE streaming endpoint
Add CORS support for frontend development with configurable origins via
CORS_ORIGINS environment variable. Add /chat/stream endpoint for
Server-Sent Events streaming with true streaming support for OpenAI
adapter and fallback single-chunk behavior for other adapters.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 12:43:21 -06:00
..
llm feat: add CORS middleware and SSE streaming endpoint 2026-01-16 12:43:21 -06:00
__init__.py feat: add FastAPI skeleton for LLM chat service 2026-01-07 19:32:57 -06:00
config.py feat: add CORS middleware and SSE streaming endpoint 2026-01-16 12:43:21 -06:00
main.py feat: add CORS middleware and SSE streaming endpoint 2026-01-16 12:43:21 -06:00
schemas.py feat: add CORS middleware and SSE streaming endpoint 2026-01-16 12:43:21 -06:00