Skip to content

Commit c1f89ea

Browse files
feat(providers): Add HuggingFace provider (#12884)
* providers: Add huggingface * nit on example var name * no need for client param * simplify config * docs: Add huggingface provider to manifest.json * formatting --------- Co-authored-by: Thang Vu <[email protected]>
1 parent a05451d commit c1f89ea

File tree

4 files changed

+244
-0
lines changed

4 files changed

+244
-0
lines changed

.github/ISSUE_TEMPLATE/2_bug_provider.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ body:
5656
- "GitHub"
5757
- "GitLab"
5858
- "Google"
59+
- "Hugging Face"
5960
- "Identity Server 4"
6061
- "Instagram"
6162
- "Kakao"

docs/pages/data/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"fusionauth": "FusionAuth",
8080
"gitlab": "GitLab",
8181
"hubspot": "HubSpot",
82+
"huggingface": "Hugging Face",
8283
"identity-server4": "IdentityServer4",
8384
"instagram": "Instagram",
8485
"kakao": "Kakao",

0 commit comments

Comments
 (0)