Minor change to trigger new release

This commit is contained in:
remsky 2025-04-04 22:07:26 -06:00
parent 59be119cc4
commit d826de87ed

View file

@ -123,7 +123,7 @@ def main():
with open(wells_path, "r", encoding="utf-8") as f:
full_text = f.read()
# Take first few paragraphs
text = " ".join(full_text.split("\n\n")[:2])
text = " ".join(full_text.split("\n\n")[1:3])
print("\nStarting TTS stream playback...")
print(f"Text length: {len(text)} characters")