modified quickstart

This commit is contained in:
Justin Lee 2024-11-05 13:18:39 -08:00
parent ecad16b904
commit 863f58ce2f

View file

@ -157,16 +157,15 @@ With these steps, you should have a functional Llama Stack setup capable of gene
## Next Steps ## Next Steps
- **Explore Other Guides**: Dive deeper into specific topics by following these guides: - **Explore Other Guides**: Dive deeper into specific topics by following these guides:
- [Understanding Distributions](#) - [Inference 101](00_Inference101.ipynb)
- [Configure your Distro](#) - [Simple switch between local and cloud model](00_Local_Cloud_Inference101.ipynb)
- [Doing Inference API Call and Fetching a Response from Endpoints](#) - [Prompt Engineering](01_Prompt_Engineering101.ipynb)
- [Creating a Conversation Loop](#) - [Chat with Image - LlamaStack Vision API](02_Image_Chat101.ipynb)
- [Sending Image to the Model](#) - [Tool Calling: How to and Details](03_Tool_Calling101.ipynb)
- [Tool Calling: How to and Details](#) - [Memory API: Show Simple In-Memory Retrieval](04_Memory101.ipynb)
- [Memory API: Show Simple In-Memory Retrieval](#) - [Using Safety API in Conversation](05_Safety101.ipynb)
- [Agents API: Explain Components](#) - [Agents API: Explain Components](06_Agents101.ipynb)
- [Using Safety API in Conversation](#)
- [Prompt Engineering Guide](#)
- **Explore Client SDKs**: Utilize our client SDKs for various languages to integrate Llama Stack into your applications: - **Explore Client SDKs**: Utilize our client SDKs for various languages to integrate Llama Stack into your applications:
- [Python SDK](https://github.com/meta-llama/llama-stack-client-python) - [Python SDK](https://github.com/meta-llama/llama-stack-client-python)
@ -180,5 +179,3 @@ With these steps, you should have a functional Llama Stack setup capable of gene
--- ---