Generate, override, or bypass the config file entirely.
$python -m summarizer --init-config
This creates a starter summarizer.yaml in the project root.
summarizer.yaml
$python -m summarizer --source "URL" --config ./my-config.yaml
$python -m summarizer --source "URL" --no-config --base-url "..." --model "..."
Tip: CLI flags always override summarizer.yaml values. --no-config forces the CLI to rely only on flags and .env for API keys.
--no-config
.env