fix: plumb narrate_skip timeout_s through to client.generate (T76)

This commit is contained in:
Joseph Doherty
2026-04-26 21:40:29 -04:00
parent fb7e97260b
commit d759b90aa1
2 changed files with 44 additions and 0 deletions
+1
View File
@@ -96,6 +96,7 @@ async def narrate_skip(
model=narrative_model,
max_tokens=200,
temperature=0.7,
timeout_s=timeout_s,
)
text = (result or "").strip()
if not text: