Ask a question to get started
Enter to sendā¢Shift+Enter new line
load_huggingface_tool( task_or_repo_id: str, model_repo_id: Optional[str] = None, token: Optional
task_or_repo_id
str
Task or model repo id.
model_repo_id
Optional[str]
None
Optional model repo id. Defaults to None.
token
remote
bool
False
kwargs
Any
{}
Loads a tool from the HuggingFace Hub.
Optional token. Defaults to None.
Optional remote. Defaults to False.
Additional keyword arguments.