Closed (fixed)
Project:
Huggingface Provider
Version:
1.0.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 May 2025 at 13:40 UTC
Updated:
12 Mar 2026 at 13:05 UTC
Jump to comment: Most recent
Comments
Comment #2
damienmckennawrong serviceComment #3
damienmckennaProblem: When setting up an initial environment for testing it's not clear what the "endpoint" value should be?
Comment #4
damienmckennaI opened a separate issue for the endpoint issue: #3526332: More clearly indicate what type of endpoint to use
Comment #5
damienmckennaSteps so far:
* Sign up at https://huggingface.co and go through the steps to confirm the account.
* Open the profile page.
* In the sidebar open the "Access tokens" page: https://huggingface.co/settings/tokens
* Click on "Create new token".
* Provide a name for the token and select the appropriate permissions and click "Create token".
* Once the token is generated, copy the string.
* On the Keys admin page (admin/config/system/keys) click "Add key".
* Fill in a key name and description as appropriate.
* Set the "Key type" to "Authentication".
* Set the "Key provider" as appropriate for the individual scenario; a simple option is to set it to "Configuration".
* Set the "Value" as appropriate for the individual scenario; a simple option is to paste in the API key generated earlier.
* Click "Save" to save the API key.
* Open the Huggingface admin page (admin/config/ai/providers/huggingface).
* On the "Huggingface Access Token" field select the API key / token item that was created above.
* Complete the reset of the setup as necessary.
Note, it's not clear what permissions are necessary.
Comment #8
marcus_johansson commentedThank you, adding a readme before the rc release.