From 79569e4f2c19607fef011dbe3922c08e7e32d96c Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Fri, 24 Nov 2023 19:46:35 +0530 Subject: [PATCH 1/2] Fix wrong model mentioned in simple proxy doc page --- docs/my-website/docs/simple_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/simple_proxy.md b/docs/my-website/docs/simple_proxy.md index aa699b30e0f..a6c5d159d41 100644 --- a/docs/my-website/docs/simple_proxy.md +++ b/docs/my-website/docs/simple_proxy.md @@ -791,7 +791,7 @@ Set a model alias for your deployments. In the `config.yaml` the model_name parameter is the user-facing name to use for your deployment. -In the config below requests with `model=gpt-4` will route to `ollama/zephyr` +In the config below requests with `model=gpt-4` will route to `ollama/llama2` ```yaml model_list: From d695e9dfdddd9dc0e88b812510c0058ce0d09c77 Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Fri, 24 Nov 2023 19:53:51 +0530 Subject: [PATCH 2/2] Fix minor README issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bfe2cba702..5ff7083ea61 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ LiteLLM manages # Usage ([**Docs**](https://docs.litellm.ai/docs/)) > [!IMPORTANT] -> LiteLLM v1.0.0 is now requires `openai>=1.0.0`. Migration guide [here](https://docs.litellm.ai/docs/migration) +> LiteLLM v1.0.0 now requires `openai>=1.0.0`. Migration guide [here](https://docs.litellm.ai/docs/migration)