Nymbo commited on
Commit
2010a9a
·
verified ·
1 Parent(s): e30c5c2

Update Modules/Generate_Speech.py

Browse files
Files changed (1) hide show
  1. Modules/Generate_Speech.py +1 -1
Modules/Generate_Speech.py CHANGED
@@ -84,7 +84,7 @@ def List_Kokoro_Voices() -> list[str]:
84
  # Single source of truth for the LLM-facing tool description
85
  TOOL_SUMMARY = (
86
  "Synthesize speech from text using Kokoro-82M; choose voice and speed; returns (sample_rate, waveform). "
87
- "Return the generated media to the user in this format `![Alt text](URL)`"
88
  )
89
 
90
 
 
84
  # Single source of truth for the LLM-facing tool description
85
  TOOL_SUMMARY = (
86
  "Synthesize speech from text using Kokoro-82M; choose voice and speed; returns (sample_rate, waveform). "
87
+ "Return the generated media to the user in this format `![Alt text](URL)`."
88
  )
89
 
90