Skip to content

Commit 19c90d9

Browse files
authored
docs: update using llama stack as library docs (llamastack#2931)
# What does this PR do? <!-- Provide a short summary of what this PR does and why. Link to relevant issues if applicable. --> Updates provider template from outdated `ollama` to `starter` <!-- If resolving an issue, uncomment and update the line below --> <!-- Closes #[issue-number] --> Closes: llamastack#2839 ## Test Plan <!-- Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.* -->
1 parent 4019027 commit 19c90d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/distributions/importing_as_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ llama stack build --template starter --image-type venv
1313
from llama_stack.distribution.library_client import LlamaStackAsLibraryClient
1414

1515
client = LlamaStackAsLibraryClient(
16-
"ollama",
16+
"starter",
1717
# provider_data is optional, but if you need to pass in any provider specific data, you can do so here.
1818
provider_data={"tavily_search_api_key": os.environ["TAVILY_SEARCH_API_KEY"]},
1919
)

0 commit comments

Comments
 (0)