mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-18 02:42:31 +00:00
Add Python SDK reference
This commit is contained in:
parent
501e7c9d64
commit
00c59b7e39
3 changed files with 352 additions and 2 deletions
|
@ -1,15 +1,17 @@
|
|||
# References
|
||||
|
||||
- [API Reference](api_reference/index) for the Llama Stack API specification
|
||||
- [Python SDK Reference](python_sdk_reference/index)
|
||||
- [Llama CLI](llama_cli_reference/index) for building and running your Llama Stack server
|
||||
- [Llama Stack Client CLI](llama_stack_client_cli_reference/index) for interacting with your Llama Stack server
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
||||
api_reference/index
|
||||
python_sdk_reference/index
|
||||
llama_cli_reference/index
|
||||
llama_stack_client_cli_reference/index
|
||||
llama_stack_client_cli_reference
|
||||
llama_cli_reference/download_models
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue