From 06b699f5ec172f8fd68ac2fd142fb9fc03538b67 Mon Sep 17 00:00:00 2001 From: Sanyam Bhutani Date: Thu, 21 Nov 2024 06:40:24 -0800 Subject: [PATCH] Update quickstart.md --- zero_to_hero_guide/quickstart.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zero_to_hero_guide/quickstart.md b/zero_to_hero_guide/quickstart.md index c203f49bc..107bf0d12 100644 --- a/zero_to_hero_guide/quickstart.md +++ b/zero_to_hero_guide/quickstart.md @@ -14,7 +14,9 @@ We also have a set of notebooks walking you through how to use Llama-Stack APIs: - Safety API - Agentic API -Below, we will learn how to get started with Ollama as an inference provider, please note the steps for configuring your provider will vary a little depending on the service. However, the user experience will remain universal. +Below, we will learn how to get started with Ollama as an inference provider, please note the steps for configuring your provider will vary a little depending on the service. However, the user experience will remain universal-this is the power of Llama-Stack. + +Prototype locally using Ollama, deploy to the cloud with your favorite provider or own deployment. Use any API from any provider while focussing on development. # Ollama Quickstart Guide