minor enhancement md

This commit is contained in:
Justin Lee 2024-11-01 13:50:24 -07:00
parent 1794ebc627
commit b41abff4fb

View file

@ -131,3 +131,7 @@ async def get_llama_response(stream: bool = True):
asyncio.run(get_llama_response())
```
---
With these fundamentals, you should be well on your way to leveraging Llama Stacks text generation capabilities! For more advanced features, refer to the [Llama Stack Documentation](https://llama-stack.readthedocs.io/en/latest/).