From 37be3fb1844ce4f8a8879be420bf812e9358a503 Mon Sep 17 00:00:00 2001 From: machina-source <58921460+machina-source@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:18:46 -0500 Subject: [PATCH] Fix links & format (#104) Fix broken examples link to llama-stack-apps repo Remove extra space in README.md --- README.md | 2 +- docs/cli_reference.md | 2 +- docs/getting_started.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90665b480..7ac5abe0d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the Llama Stack API specifications as well as API Providers and Llama Stack Distributions. -The Llama Stack defines and standardizes the building blocks needed to bring generative AI applications to market. These blocks span the entire development lifecycle: from model training and fine-tuning, through product evaluation, to building and running AI agents in production. Beyond definition, we are building providers for the Llama Stack APIs. These we're developing open-source versions and partnering with providers , ensuring developers can assemble AI solutions using consistent, interlocking pieces across platforms. The ultimate goal is to accelerate innovation in the AI space. +The Llama Stack defines and standardizes the building blocks needed to bring generative AI applications to market. These blocks span the entire development lifecycle: from model training and fine-tuning, through product evaluation, to building and running AI agents in production. Beyond definition, we are building providers for the Llama Stack APIs. These we're developing open-source versions and partnering with providers, ensuring developers can assemble AI solutions using consistent, interlocking pieces across platforms. The ultimate goal is to accelerate innovation in the AI space. The Stack APIs are rapidly improving, but still very much work in progress and we invite feedback as well as direct contributions. diff --git a/docs/cli_reference.md b/docs/cli_reference.md index 2ebdadd4f..1c62188ef 100644 --- a/docs/cli_reference.md +++ b/docs/cli_reference.md @@ -483,4 +483,4 @@ Similarly you can test safety (if you configured llama-guard and/or prompt-guard python -m llama_stack.apis.safety.client localhost 5000 ``` -You can find more example scripts with client SDKs to talk with the Llama Stack server in our [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main/sdk_examples) repo. +You can find more example scripts with client SDKs to talk with the Llama Stack server in our [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main/examples) repo. diff --git a/docs/getting_started.md b/docs/getting_started.md index 5e2f21eac..83f08cfa6 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -433,4 +433,4 @@ Similarly you can test safety (if you configured llama-guard and/or prompt-guard python -m llama_stack.apis.safety.client localhost 5000 ``` -You can find more example scripts with client SDKs to talk with the Llama Stack server in our [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps) repo. +You can find more example scripts with client SDKs to talk with the Llama Stack server in our [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main/examples) repo.