mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Update proxy_cli.py help message (#14369)
This commit is contained in:
parent
5b680bb4a3
commit
fd70ccfd5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue