config.toml used by izwi serve.
Synopsis
Subcommands
Supported Keys
izwi config set and izwi config get support these keys:
server.hostserver.portserver.corsserver.cors_originsmodels.dirruntime.backendruntime.max_batch_sizeruntime.threadsruntime.max_concurrentruntime.timeoutui.enabledui.dirdefaults.modeldefaults.speakerdefaults.format
izwi config set
Set a configuration value.server.cors_origins accepts either a comma-separated list or a TOML array literal.
izwi config get
Get a specific configuration value.izwi config get prints the built-in default.
izwi config show
Display the current configuration file.show prints the default template instead.
izwi config edit
Open the configuration file in your default editor.$EDITOR, or falls back to vi.
izwi config reset
Remove the configuration file.Options
izwi config path
Show the configuration file path.Configuration File
The config file is TOML:izwi serve resolves runtime values in this order:
- CLI flags
- Environment variables
config.toml- Built-in defaults
File Locations
See Also
izwi serve— Server options and runtime precedence