-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added access token note #360
Conversation
Have we confirmed this works? |
I meant editing this file: https://huggingface.co/spaces/huggingchat/chat-ui-template/blob/main/README.md |
@coyotte508 I feel like people don't check that out :/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but let's wait for a 👍 from a repo maintainer
README.md
Outdated
@@ -28,6 +28,7 @@ A chat interface using open source models, eg OpenAssistant. It is a SvelteKit a | |||
If you don't want to configure, setup, and launch your own Chat UI yourself, you can use this option as a fast deploy alternative. | |||
|
|||
You can deploy your own customized Chat UI instance with any supported LLM of your choice with only a few clicks to Hugging Face Spaces thanks to the Chat UI Spaces Docker template. Get started [here](https://huggingface.co/new-space?template=huggingchat/chat-ui-template). | |||
If you'd like to deploy a model with gated access or a model in a private repository, you can simply provide `HUGGING_FACE_HUB_TOKEN` in repository secrets. You need to set its value to an access token you can get from [here](https://huggingface.co/settings/tokens). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you'd like to deploy a model with gated access or a model in a private repository, you can simply provide `HUGGING_FACE_HUB_TOKEN` in repository secrets. You need to set its value to an access token you can get from [here](https://huggingface.co/settings/tokens). | |
If you'd like to deploy a model with gated access or a model in a private repository, you can simply provide `HUGGING_FACE_HUB_TOKEN` in [repository secrets](https://huggingface.co/docs/hub/spaces-overview#managing-secrets-and-environment-variables). You need to set its value to an access token you can get from [here](https://huggingface.co/settings/tokens). |
Co-authored-by: Julien Chaumond <[email protected]>
* Update README.md * Update README.md Co-authored-by: Julien Chaumond <[email protected]> * Update README.md --------- Co-authored-by: Julien Chaumond <[email protected]>
cc @osanseviero @coyotte508 @OlivierDehaene