Update Modules/Generate_Speech.py
Browse files
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 `
|
| 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 ``."
|
| 88 |
)
|
| 89 |
|
| 90 |
|