llama-stack-mirror/docs/source
Reid 5c9d12a206
chore: improve --port help text (#1346)
# What does this PR do?
[Provide a short summary of what this PR does and why. Link to relevant
issues if applicable.]

It would be better to tell user env var usage in help text.
```
before:
$ llama stack run --help
  --port PORT           Port to run the server on. Defaults to 8321

after
$ llama stack run --help
  --port PORT           Port to run the server on. It can also be passed via the env var LLAMA_STACK_PORT. Defaults to 8321
```

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan
[Describe the tests you ran to verify your changes with result
summaries. *Provide clear instructions so the plan can be easily
re-executed.*]

[//]: # (## Documentation)

Signed-off-by: reidliu <reid201711@gmail.com>
Co-authored-by: reidliu <reid201711@gmail.com>
2025-03-03 16:49:03 -08:00
..
building_applications docs: update agent_execution_loop example code (#1350) 2025-03-02 18:27:43 -08:00
concepts docs: Add vLLM to the list of inference providers in concepts and providers pages (#1227) 2025-02-23 20:16:30 -08:00
contributing docs: Add note about distro_codegen.py and provider dependencies (#1175) 2025-02-20 09:23:46 -08:00
distributions chore: improve --port help text (#1346) 2025-03-03 16:49:03 -08:00
getting_started docs: update user prompt example (#1329) 2025-02-28 16:42:29 -08:00
introduction Update index.md (#888) 2025-01-28 04:55:41 -08:00
playground fix!: update eval-tasks -> benchmarks (#1032) 2025-02-13 16:40:58 -08:00
providers chore: remove dependency on llama_models completely (#1344) 2025-03-01 12:48:08 -08:00
references docs: update the downloaded list doc (#1266) 2025-02-28 10:10:12 -08:00
conf.py fix: update version and fix docs release notes link 2025-03-03 11:48:57 -08:00
index.md fix: update version and fix docs release notes link 2025-03-03 11:48:57 -08:00