litellm-mirror/mkdocs.yml
2023-08-21 21:38:44 +02:00

29 lines
1,001 B
YAML

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
- 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