From c7dcbf29338c9846f33471d9353a444d1a321fb5 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 27 Sep 2023 12:48:05 -0700 Subject: [PATCH] docs --- docs/my-website/docs/providers/huggingface.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/my-website/docs/providers/huggingface.md b/docs/my-website/docs/providers/huggingface.md index 7ee5a754b2..0d5600faa9 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/",...).