Update docs/source/getting_started/index.md

Co-authored-by: Francisco Arceo <farceo@redhat.com>
This commit is contained in:
raghotham 2025-03-31 11:41:10 -07:00 committed by GitHub
parent b16fb5a92e
commit c804173902
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -134,7 +134,7 @@ client = LlamaStackClient(base_url=f"http://localhost:8321")
# List available models
models = client.models.list()
# Find the first LLM
# Select the first LLM
llm = next(m for m in models if m.model_type == 'llm')
model_id = llm.identifier