Skip to main content
Create a 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, use voicegw 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

  1. If the target file already exists, the CLI prompts for confirmation before overwriting.
  2. The starter template at voicegateway/data/voicegw.example.yaml (inside the installed wheel, resolved via importlib.resources) is written to the output path.

Examples

After running init

  1. Open the generated file in your editor and add your API keys.
  2. Configure models under the models: section.
  3. Verify the config with voicegw status.
voicegw onboard | voicegw status | voicegw serve | Configuration reference