voicegw.yaml configuration file from the bundled template.
Synopsis
Scaffold a new config file with example provider, model, and project definitions. Use it when you want a hand-edited starting point. For a guided wizard that also installs the daemon, usevoicegw onboard instead.
The starter template ships inside the wheel at voicegateway/data/voicegw.example.yaml and is copied verbatim to the output path.
Usage
Options
Behaviour
- If the target file already exists, the CLI prompts for confirmation before overwriting.
- The starter template at
voicegateway/data/voicegw.example.yaml(inside the installed wheel, resolved viaimportlib.resources) is written to the output path.
Examples
After running init
- Open the generated file in your editor and add your API keys.
- Configure models under the
models:section. - Verify the config with
voicegw status.
Related
voicegw onboard | voicegw status | voicegw serve | Configuration reference