fix: plumb narrate_skip timeout_s through to client.generate (T76)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user