mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-03 04:45:23 +00:00
docs: fixed incorrect API list item (#2566)
Current text did not match section in example Ollama distro: https://llama-stack.readthedocs.io/en/latest/distributions/configuration.html Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
This commit is contained in:
parent
b333a3c03a
commit
ba9acce93b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Let's break this down into the different sections. The first section specifies t
|
||||||
apis:
|
apis:
|
||||||
- agents
|
- agents
|
||||||
- inference
|
- inference
|
||||||
- memory
|
- vector_io
|
||||||
- safety
|
- safety
|
||||||
- telemetry
|
- telemetry
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue