diff --git a/docs/my-website/docs/providers/huggingface.md b/docs/my-website/docs/providers/huggingface.md index 7ee5a754b..0d5600faa 100644 --- a/docs/my-website/docs/providers/huggingface.md +++ b/docs/my-website/docs/providers/huggingface.md @@ -14,6 +14,10 @@ This can be changed by setting `task="conversational"` in the completion call. [ ## Usage + + Open In Colab + + You need to tell LiteLLM when you're calling Huggingface. Do that by setting it as part of the model name - completion(model="huggingface/",...).