Commit History

Remove outlines library and all related code
d25a17f

ming commited on

Migrate to Ruff for linting/formatting and add comprehensive import tests
29ed661

ming commited on

Add Outlines JSON streaming endpoint for V4 structured summarization
441f66b

ming commited on

feat: Add V4 NDJSON patch-based structured summarization
93c9664

ming commited on

Revert adaptive token logic, restore client-controlled max_tokens
6a1e8a3

ming Claude commited on

fix: Backend ignores client max_tokens to verify Android app hypothesis
80ea70f

ming Claude commited on

fix: Improve V3 summary completeness with enhanced token allocation
6b2de93

ming Claude commited on

fix: V3 API mid-sentence cutoff with adaptive token calculation
5e83010

ming Claude commited on

Fix V3 API to support both URL and text input
f724bab

ming Claude commited on

feat: Implement V3 Web Scraping + Summarization API
2ed2bd7

ming commited on

Update v2 API and HF streaming summarizer improvements
fc9914e

ming commited on

Improve V2 summarization: adaptive tokens, recursive summarization, better defaults
9884884

ming commited on

Improve V2 summarization prompts for more detailed output
de8b12b

ming commited on

Add V2 API with HuggingFace streaming support
0b6e76d

ming commited on

feat: Add Transformers pipeline endpoint for 80% faster summarization
02a56a9

ming commited on

feat: Add text streaming support with SSE
6e01ea3

ming commited on

Fix 502 Bad Gateway timeout issues with large text processing
2431837

ming commited on

feat(middleware): add request ID logging and error handling
fa85955

ming commited on

feat(api): add /api/v1/summarize endpoint and integration tests
0d683e2

ming commited on

chore: initialize FastAPI backend project structure and testing setup
9024ad9

ming commited on