From 025e757e3baeec6bc374afee66ab7fe738914155 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 30 Aug 2023 08:05:19 -0700 Subject: [PATCH] update docs --- docs/my-website/docs/completion/model_alias.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/completion/model_alias.md b/docs/my-website/docs/completion/model_alias.md index 0e6e897099..fb6fd00f74 100644 --- a/docs/my-website/docs/completion/model_alias.md +++ b/docs/my-website/docs/completion/model_alias.md @@ -1,8 +1,8 @@ # Model Alias -Model names can be long, and you might want to use more user-friendly names for your end-users - e.g. Calling it `GPT-3.5` when the model name is `gpt-3.5-turbo-16k`. +The model name you show an end-user might be different from the one you pass to LiteLLM - e.g. Displaying `GPT-3.5` while calling `gpt-3.5-turbo-16k` on the backend. -LiteLLM supports this by letting you pass in a model alias mapping. +LiteLLM simplifies this by letting you pass in a model alias mapping. # usage