mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
14 lines
505 B
Markdown
14 lines
505 B
Markdown
# Contributing to Llama Stack
|
|
|
|
Start with the [Contributing Guide](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md) for some general tips. This section covers a few key topics in more detail.
|
|
|
|
- [Adding a New API Provider](new_api_provider.md) describes adding new API providers to the Stack.
|
|
- [Testing Llama Stack](testing.md) provides details about the testing framework and how to test providers and distributions.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
new_api_provider
|
|
testing
|
|
```
|