forked from BerriAI/litellm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (29 loc) · 1.03 KB
/
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
26
27
28
29
30
site_name: liteLLM
nav:
- ⚡ Getting Started:
- Installation & Quick Start: index.md
- completion():
- Input - Request Body: input.md
- Output - Response Object: output.md
- Streaming & Async Calls: stream.md
- token usage:
- Helper Functions: token_usage.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
- LLMonitor Tutorial: llmonitor_integration.md
- Traceloop Tutorial: traceloop_integration.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