Skip to content

Commit 0d2a814

Browse files
committed
Add param
1 parent 7edf89e commit 0d2a814

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/guides/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ helm install libretranslate libretranslate/libretranslate --namespace libretrans
115115
| `--disable-web-ui` | Disable web UI | `Enabled` |
116116
| `--update-models` | Update language models at startup | `Disabled` |
117117
| `--metrics` | Enable the /metrics endpoint for exporting [Prometheus](https://prometheus.io/) usage metrics | `Disabled` |
118+
| `--translation-cache` | Cache translation output for users with a particular API key (or 'all' to cache all translations) | `Disabled` |
118119

119120
:::tip
120121
To always require the use of an API key, set `--req-limit` to `0` and add the `--api-keys` flag. Requests made without a proper API key will be rejected.

0 commit comments

Comments
 (0)