mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:49:43 +00:00
13 lines
No EOL
399 B
Markdown
13 lines
No EOL
399 B
Markdown
# External Providers
|
|
|
|
Llama Stack supports external providers that live outside of the main codebase. This allows you to:
|
|
- Create and maintain your own providers independently
|
|
- Share providers with others without contributing to the main codebase
|
|
- Keep provider-specific code separate from the core Llama Stack code
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
external-providers-list
|
|
external-providers-guide
|
|
``` |