moonlantern1 commited on
Commit
1269304
·
verified ·
1 Parent(s): a79c30b

Fix processing screen visibility and retry clip selection

Browse files
Files changed (1) hide show
  1. src/humeo/clip_selector.py +1 -1
src/humeo/clip_selector.py CHANGED
@@ -46,7 +46,7 @@ logger = logging.getLogger(__name__)
46
 
47
  T = TypeVar("T")
48
 
49
- LLM_MAX_ATTEMPTS = 3
50
  LLM_RETRY_DELAY_SEC = 2.0
51
 
52
  # Over-generation defaults (also exposed via PipelineConfig so callers can
 
46
 
47
  T = TypeVar("T")
48
 
49
+ LLM_MAX_ATTEMPTS = 4
50
  LLM_RETRY_DELAY_SEC = 2.0
51
 
52
  # Over-generation defaults (also exposed via PipelineConfig so callers can