(docs) cleanup

This commit is contained in:
ishaan-jaff 2023-11-07 11:34:02 -08:00
parent 87d0b72a4a
commit 0f23f04d06
2 changed files with 1 additions and 14 deletions

View file

@ -325,19 +325,6 @@ Docker command:
docker run -e LANGFUSE_PUBLIC_KEY=<your-public-key> -e LANGFUSE_SECRET_KEY=<your-secret-key> -e LANGFUSE_HOST=<your-langfuse-host> -e PORT=8000 -p 8000:8000 ghcr.io/berriai/litellm:latest
```
## Local Usage
```shell
$ git clone https://github.com/BerriAI/litellm.git
```
```shell
$ cd ./litellm/litellm_server
```
```shell
$ uvicorn main:app --host 0.0.0.0 --port 8000
```
## Advanced
### Caching - Completion() and Embedding() Responses

View file

@ -105,7 +105,7 @@ const sidebars = {
'tutorials/finetuned_chat_gpt',
'tutorials/sagemaker_llms',
'tutorials/text_completion',
'tutorials/litellm_Test_Multiple_Providers',
// 'tutorials/litellm_Test_Multiple_Providers',
"tutorials/first_playground",
'tutorials/compare_llms',
"tutorials/model_fallbacks",