mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-09 12:24:21 +00:00
Docs: Add integration documentation instructions (#17644)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor Agent
parent
601da4a3d1
commit
fbe18a21c9
@@ -95,11 +95,19 @@ curl -L -X POST 'http://0.0.0.0:4000/chat/completions' \
|
||||
}'
|
||||
```
|
||||
|
||||
4. File a PR!
|
||||
4. Add Documentation
|
||||
|
||||
If you're adding a new integration, please add documentation for it under the `observability` folder:
|
||||
|
||||
- Create a new file at `docs/my-website/docs/observability/<your_integration>_integration.md`
|
||||
- Follow the format of existing integration docs, such as [Langsmith Integration](https://github.com/BerriAI/litellm/blob/main/docs/my-website/docs/observability/langsmith_integration.md)
|
||||
- Include: Quick Start, SDK usage, Proxy usage, and any advanced configuration options
|
||||
|
||||
5. File a PR!
|
||||
|
||||
- Review our contribution guide [here](../../extras/contributing_code)
|
||||
- push your fork to your GitHub repo
|
||||
- submit a PR from there
|
||||
- Push your fork to your GitHub repo
|
||||
- Submit a PR from there
|
||||
|
||||
## What get's logged?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user