We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41515cf + eede97f commit 74bdc54Copy full SHA for 74bdc54
units/en/unit2/llama-index/llama-hub.mdx
@@ -44,6 +44,7 @@ llm = HuggingFaceInferenceAPI(
44
temperature=0.7,
45
max_tokens=100,
46
token=hf_token,
47
+ provider="auto"
48
)
49
50
response = llm.complete("Hello, how are you?")
0 commit comments