View source: R/service-huggingface.R
request_base_huggingface | R Documentation |
This function sends a request to a specific HuggingFace API endpoint and authenticates with an API key using a Bearer token.
request_base_huggingface(task, token = Sys.getenv("HF_API_KEY"))
task |
character string specifying a HuggingFace API endpoint task |
token |
String containing a HuggingFace API key. Defaults to the HF_API_KEY environmental variable if not specified. |
An httr2 request object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.