tyndale-ai-service/app/llm
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
..
__init__.py feat: add OpenAI integration with dependency injection support 2026-01-13 15:17:44 -06:00
adapter.py feat: add CORS middleware and SSE streaming endpoint 2026-01-16 12:43:21 -06:00
exceptions.py feat: add OpenAI integration with dependency injection support 2026-01-13 15:17:44 -06:00