Commit History

Merge branch 'main' of github.com:MingLu0/SummarizerBackend
b88a215

ming commited on

feat: Implement V3 Web Scraping + Summarization API
2ed2bd7

ming commited on

Merge pull request #1 from MingLu0/add-claude-github-actions-1762414221890
f5fda4d
unverified

Ming commited on

"Claude Code Review workflow"
80ab16f

Ming commited on

"Claude PR Assistant workflow"
77bc57b

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

Comment out asyncio.sleep for better streaming performance
698636a

ming commited on

Document HF V2 summary length improvements in FAILED_TO_LEARN.MD
353272e

ming commited on

Enhance HF V2 summaries: increase token limits, improve length parameters
52f6c42

ming commited on

Improve V2 summarization prompts for more detailed output
de8b12b

ming commited on

Add model ID logging to HF streaming service
e186c67

ming commited on

Fix HF streaming beam expansion issue
df1ab37

ming commited on

Enforce singleton batch for HF streaming (fix TextStreamer batch size 1 error)
843f837

ming commited on

Fix BatchEncoding normalization and attention_mask creation
357c039

ming commited on

Harden HF V2 streaming + full traceback logging
f293bb9

ming commited on

Fix HF streaming crash: enforce batch size = 1 for TextIteratorStreamer
3570bfd

ming commited on

Fix TextStreamer batch size error in V2 API
87d9e3a

ming commited on

Add support for sshleifer/distilbart-cnn-6-6 model for V2 API
6e48ad3

ming commited on

docs: update README with live deployment status and working URLs
56b5c90

ming commited on

fix(spaces): add FastAPI root_path for HF proxy, ensure 0.0.0.0:7860, verify v2 paths
c7cef80

ming commited on

Improve HuggingFace model error handling and startup robustness
bf6cabf

ming commited on

Force HuggingFace Spaces restart - T5 compatibility fix
7f2a99f

ming commited on

Fix T5 model compatibility in HuggingFace streaming service
209bfd5

ming commited on

Optimize V2 API for HuggingFace Spaces with t5-small
d174be4

ming commited on

Add V2 API with HuggingFace streaming support
0b6e76d

ming commited on

Fix all remaining test failures - 100% test success
8ca285d

ming commited on

Fix transformers service to be optional to prevent import errors
d42ed51

ming commited on

feat: Add auto-deploy setup for GitHub + Hugging Face
05dbe4c

ming commited on

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

ming commited on

feat: Update README for Hugging Face Spaces deployment
4502cec

ming commited on

feat: Add Ollama model warmup for 35% performance improvement
41494e9

ming commited on

docs: Update README.md with streaming endpoint documentation
817d281

ming commited on

feat: Add text streaming support with SSE
6e01ea3

ming commited on

docs: Add Hugging Face Spaces live demo URL to README
8aac05c

ming commited on

docs: Update README.md with accurate model and configuration info
3777705

ming commited on

Document 504 Gateway Timeout fix learnings
84d7a68

ming commited on

Fix 504 Gateway Timeout: Increase timeout values
d3f36f7

ming commited on

Optimize latency and performance for Hugging Face Spaces
f2cff39

ming commited on

Switch to llama3.2:1b base model for better availability
64e4f7a

ming commited on

Force restart to apply llama3.2:1b-instruct configuration
7999d9d

ming commited on

Fix storage limit issue by switching to llama3.2:1b-instruct
43c3d8e

ming commited on

Trigger restart for llama3.2:3b-instruct model
585b95e

ming commited on

Switch to llama3.2:3b-instruct model for faster performance
4cc543a

ming commited on

Trigger restart for model update
efc2cd5

ming commited on

Switch to mistral:7b-instruct model for better instruction following
af820b0

ming commited on

Fix URL normalization and improve error handling in Ollama service
eca870b

ming commited on

Add debug config endpoint to check environment variables
6d85a91

ming commited on

Add debug logging to health check
f359e06

ming commited on

Add debug logging to track Ollama URL construction
9eb7932

ming commited on