mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
docs update
This commit is contained in:
parent
fa86d9c6e2
commit
0f7256533f
4 changed files with 20 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
[](https://wa.link/huol9n) [](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
|
||||
```
|
||||
|
||||
|
|
|
@ -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",
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue