diff --git a/backend/app/services/ai_analysis.py b/backend/app/services/ai_analysis.py index 5e55dce..e17d4eb 100644 --- a/backend/app/services/ai_analysis.py +++ b/backend/app/services/ai_analysis.py @@ -87,7 +87,7 @@ Identify the {settings.target_clips} best viral clips from this transcript.""" logger.info(f"Sending transcript to Ollama ({settings.ollama_model})...") - async with httpx.AsyncClient(timeout=300.0) as client: + async with httpx.AsyncClient(timeout=600.0) as client: response = await client.post( f"{settings.ollama_url}/api/chat", json={