This repository has the code for the the CircleCI Hugging Face inference endpoints Orb. Please note that this version is currently in beta. Explore, understand, and experiment, but proceed with caution when integrating it into practical applications. 🛠✨
In order to use the Hugging Face inference endpoints Orb on CircleCI you will need to setup environment variables either in context or project env vars. Required variables are HF_TOKEN
.
- Create a new custom webhook on CircleCI following the instructions here.
- Create a new webhook on Hugging Face following the instructions here.
ℹ️ While creating webhook in Hugging Face, make sure to fill in
Webhook URL
ashttps://internal.circleci.com/private/soc/e/<WEBHOOK_ID>?secret=<SECRET>
. Instead of filling in the secret inSecret (optional)
section on Hugging Face.
For full usage guidelines, see the Orb Registry listing.
View the FAQ in the wiki
We welcome issues to and pull requests against this repository!
For further questions/comments about this or other orbs, visit CircleCI's orbs discussion forum.