Restore full pipeline: 3-step summarization, formatting, PDF/DOCX generation

This commit is contained in:
2026-01-09 17:01:22 -03:00
parent b017504c52
commit e6a01d08d4
20 changed files with 260 additions and 43 deletions

View File

@@ -5,7 +5,7 @@ import logging
import time
from typing import Optional
from datetime import datetime
from ..config import settings
from config import settings
try:
import requests