# Example configuration file for whisper_project # Copy to `config.toml` and fill with your real values. Do NOT commit `config.toml` to VCS. [kokoro] # The HTTP endpoint for Kokoro-compatible TTS services endpoint = "https://kokoro.example/api/v1/audio/speech" # API key used for Authorization: Bearer # Replace the value below with your real key before running the CLI. api_key = "PASTE_YOUR_API_KEY_HERE"