From 0f7256533fc00a985f897f4f3b51090703b7135e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 4 Oct 2023 10:20:07 -0700 Subject: [PATCH] docs update --- .../docs/{ => completion}/token_usage.md | 0 .../docs/providers/custom_openai_proxy.md | 5 ++--- docs/my-website/docs/troubleshoot.md | 15 ++++++++++++--- docs/my-website/sidebars.js | 13 ++++++------- 4 files changed, 20 insertions(+), 13 deletions(-) rename docs/my-website/docs/{ => completion}/token_usage.md (100%) diff --git a/docs/my-website/docs/token_usage.md b/docs/my-website/docs/completion/token_usage.md similarity index 100% rename from docs/my-website/docs/token_usage.md rename to docs/my-website/docs/completion/token_usage.md diff --git a/docs/my-website/docs/providers/custom_openai_proxy.md b/docs/my-website/docs/providers/custom_openai_proxy.md index 8f2bc9627..aaed533f9 100644 --- a/docs/my-website/docs/providers/custom_openai_proxy.md +++ b/docs/my-website/docs/providers/custom_openai_proxy.md @@ -1,7 +1,6 @@ -# OpenAI Proxy Servers (ChatCompletion) - -LiteLLM allows you to call your OpenAI ChatCompletion proxy server +# Custom API Server (OpenAI Format) +LiteLLM allows you to call your custom endpoint in the OpenAI ChatCompletion format ### API KEYS No api keys required diff --git a/docs/my-website/docs/troubleshoot.md b/docs/my-website/docs/troubleshoot.md index 05dbf56ca..75a610e0c 100644 --- a/docs/my-website/docs/troubleshoot.md +++ b/docs/my-website/docs/troubleshoot.md @@ -1,11 +1,20 @@ -# Troubleshooting +# Support & Talk with founders +[Schedule Demo 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version) + +[Community Discord 💭](https://discord.gg/wuPM9dRgDw) + +Our numbers 📞 +1 (770) 8783-106 / ‭+1 (412) 618-6238‬ + +Our emails ✉️ ishaan@berri.ai / krrish@berri.ai + +[![Chat on WhatsApp](https://img.shields.io/static/v1?label=Chat%20on&message=WhatsApp&color=success&logo=WhatsApp&style=flat-square)](https://wa.link/huol9n) [![Chat on Discord](https://img.shields.io/static/v1?label=Chat%20on&message=Discord&color=blue&logo=Discord&style=flat-square)](https://discord.gg/wuPM9dRgDw) ## Stable Version If you're running into problems with installation / Usage Use the stable version of litellm -``` -pip install litellm==0.1.345 +```shell +pip install litellm==0.1.819 ``` diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 71dce5262..c46428829 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -37,6 +37,8 @@ const sidebars = { "completion/config", "completion/batching", "completion/mock_requests", + "completion/token_usage", + "exception_mapping", ], }, { @@ -46,7 +48,7 @@ const sidebars = { }, { type: "category", - label: "Supported Models + Providers", + label: "Supported Models & Providers", link: { type: 'generated-index', title: 'Providers', @@ -73,17 +75,14 @@ const sidebars = { "providers/aleph_alpha", "providers/baseten", "providers/openrouter", - "providers/custom", + // "providers/custom", "providers/custom_openai_proxy", "providers/petals", ] }, "set_keys", - "token_usage", - "exception_mapping", - 'debugging/local_debugging', - "budget_manager", "proxy_server", + "budget_manager", { type: 'category', label: 'Tutorials', @@ -141,6 +140,7 @@ const sidebars = { items: [ 'extras/contributing', 'debugging/hosted_debugging', + 'debugging/local_debugging', { type: "category", label: "❤️ 🚅 Projects built on LiteLLM", @@ -168,7 +168,6 @@ const sidebars = { ], }, "troubleshoot", - "contact", ], };