forked from BerriAI/litellm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
25 lines (24 loc) · 846 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
site_name: liteLLM
nav:
- ⚡ Getting Started:
- Installation & Quick Start: index.md
- completion():
- Input - Request Body: input.md
- Streaming & Async Calls: stream.md
- 🤖 Supported LLM APIs:
- Supported Completion & Chat APIs: supported.md
- Supported Embedding APIs: supported_embedding.md
- 🏃♂️ Fetching Inputs:
- Secret Managers: secret.md
- 💾 Callbacks - Logging Output:
- Quick Start: advanced.md
- Output Integrations: client_integrations.md
- Helicone Tutorial: helicone_integration.md
- Supabase Tutorial: supabase_integration.md
- BerriSpend Tutorial: berrispend_integration.md
- 💡 Support:
- Troubleshooting & Help: troubleshoot.md
- Contact Us: contact.md
- Contributing:
- Contributing to Docs: contributing.md
theme: readthedocs