forked from phoenix/litellm-mirror
docs
This commit is contained in:
parent
cf196c61b9
commit
c7dcbf2933
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ This can be changed by setting `task="conversational"` in the completion call. [
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
<a target="_blank" href="https://colab.research.google.com/github/BerriAI/litellm/blob/main/cookbook/LiteLLM_HuggingFace.ipynb">
|
||||||
|
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
||||||
|
</a>
|
||||||
|
|
||||||
You need to tell LiteLLM when you're calling Huggingface.
|
You need to tell LiteLLM when you're calling Huggingface.
|
||||||
Do that by setting it as part of the model name - completion(model="huggingface/<model_name>",...).
|
Do that by setting it as part of the model name - completion(model="huggingface/<model_name>",...).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue