fix: rename some more usages

change some more run.yaml into config.yaml references, alter some parameter names, etc

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-11-26 15:52:21 -05:00
parent 0cd98c957e
commit f05d5138e8
10 changed files with 26 additions and 26 deletions

View file

@ -337,7 +337,7 @@ uv pip install -e .
7. Configure Llama Stack to use the provider:
```yaml
# ~/.llama/run-byoa.yaml
# ~/.llama/config.yaml
version: "2"
image_name: "llama-stack-api-weather"
apis:
@ -356,7 +356,7 @@ server:
8. Run the server:
```bash
llama stack run ~/.llama/run-byoa.yaml
llama stack run ~/.llama/config.yaml
```
9. Test the API: