diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 13:27:46 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 13:27:46 +0200 |
| commit | 58b465b5b84cb90424eeffd6f877c8e5ad7bd647 (patch) | |
| tree | 828e16dd5eed5f74b3314a63d5e2c04762a9bc07 /README.md | |
| parent | 70781bce8d2c18c8292a89653b6183d2bb210441 (diff) | |
Replace environment configuration with TOML
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ Parley requires the Parakeet `transcribe-cli` runtime and Unified English model. ~/.local/share/parley/models/ ``` -The model is not stored in this repository. The current runtime build also depends on host CUDA and MKL libraries. +The model is not stored in this repository. The current runtime build also depends on host CUDA and MKL libraries. Optional settings live in [`~/.config/parley/config.toml`](docs/CONFIGURATION.md); Parley does not use application-specific environment variables. ## Status |
