Skip to content

Commit 74bdc54

Browse files
Merge pull request #577 from dkbanik/patch-1
Update llama-hub.mdx
2 parents 41515cf + eede97f commit 74bdc54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

units/en/unit2/llama-index/llama-hub.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ llm = HuggingFaceInferenceAPI(
4444
temperature=0.7,
4545
max_tokens=100,
4646
token=hf_token,
47+
provider="auto"
4748
)
4849

4950
response = llm.complete("Hello, how are you?")

0 commit comments

Comments
 (0)