Update getting_started.ipynb (#117)

Update hyperlink to `llama-stack-apps` to point it correctly to the desired github repo
This commit is contained in:
Deep Doshi 2024-09-26 14:43:04 -07:00 committed by GitHub
parent 2802ac8e9d
commit 557ae38289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
"The first few steps need to happen outside of this notebook to get a stack server running.\n", "The first few steps need to happen outside of this notebook to get a stack server running.\n",
"Please look at this [guide](https://github.com/meta-llama/llama-stack/blob/main/docs/getting_started.md) for detailed instructions. \n", "Please look at this [guide](https://github.com/meta-llama/llama-stack/blob/main/docs/getting_started.md) for detailed instructions. \n",
"\n", "\n",
"For more client examples for other apis ( agents, memory, safety ) in llama_stack please refer to the [llama-stack-apps](repo[https://github.com/meta-llama/llama-stack-apps/tree/main/examples).\n", "For more client examples for other apis ( agents, memory, safety ) in llama_stack please refer to the [llama-stack-apps](https://github.com/meta-llama/llama-stack-apps/tree/main/examples).\n",
"\n", "\n",
"In this notebook, we will showcase a few things to help you get started,\n", "In this notebook, we will showcase a few things to help you get started,\n",
"- Start the Llama Stack Server \n", "- Start the Llama Stack Server \n",