Update proxy_cli.py help message (#14369)

This commit is contained in:
Duc Tran 2025-09-10 03:52:59 +07:00 committed by GitHub
parent 5b680bb4a3
commit fd70ccfd5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -311,7 +311,7 @@ class ProxyInitializationHelpers:
@click.option(
"--num_workers",
default=DEFAULT_NUM_WORKERS_LITELLM_PROXY,
help="Number of uvicorn / gunicorn workers to spin up. By default, 4 uvicorn workers are used.",
help="Number of uvicorn / gunicorn workers to spin up. By default, it equals the number of logical CPUs in the system, or 4 workers if that cannot be determined.",
envvar="NUM_WORKERS",
)
@click.option("--api_base", default=None, help="API base URL.")