Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
TTS_OUTPUT_DIR | No | Directory for saving audio output files | ./audio_output |
KOKORO_MODEL_PATH | No | Path to the Kokoro TTS model file | ./kokoro-v1.0.onnx |
TTS_DEFAULT_VOICE | No | Default voice to use for synthesis | af_heart |
KOKORO_VOICES_PATH | No | Path to the Kokoro voices file | ./voices-v1.0.bin |
TTS_MAX_QUEUE_SIZE | No | Maximum number of queued TTS requests | 100 |
TTS_ENABLE_STREAMING | No | Enable real-time audio streaming | true |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |