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:
Nathan Weinberg 2025-06-30 21:08:19 -04:00 committed by GitHub
parent b333a3c03a
commit ba9acce93b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
``` ```