diff --git a/docs/getting_started.md b/docs/getting_started.md index cdc5e9d08..2422ebef8 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -24,7 +24,7 @@ It is possible to run Lightspeed Core Stack service with Llama Stack "embedded" 1. Add and install all required dependencies ```bash uv add \ - "llama-stack==0.2.16" \ + "llama-stack==0.2.17" \ "fastapi>=0.115.12" \ "opentelemetry-sdk>=1.34.0" \ "opentelemetry-exporter-otlp>=1.34.0" \ @@ -338,4 +338,4 @@ curl localhost:8080/v1/models | jq . } ] } -``` \ No newline at end of file +```