Commit
·
1134ee9
1
Parent(s):
287ae46
add referene to example folder
Browse files
README.md
CHANGED
@@ -74,7 +74,7 @@ demo.launch()
|
|
74 |
|
75 |
### Environment Variables
|
76 |
|
77 |
-
- `HF_TOKEN`: Your [Hugging Face token](https://huggingface.co/settings/tokens/new?ownUserPermissions=repo.content.read&ownUserPermissions=repo.write&globalPermissions=inference.serverless.write&tokenType=fineGrained) to push your datasets to the Hugging Face Hub and generate free completions from Hugging Face Inference Endpoints.
|
78 |
|
79 |
Optionally, you can set the following environment variables to customize the generation process.
|
80 |
|
|
|
74 |
|
75 |
### Environment Variables
|
76 |
|
77 |
+
- `HF_TOKEN`: Your [Hugging Face token](https://huggingface.co/settings/tokens/new?ownUserPermissions=repo.content.read&ownUserPermissions=repo.write&globalPermissions=inference.serverless.write&tokenType=fineGrained) to push your datasets to the Hugging Face Hub and generate free completions from Hugging Face Inference Endpoints. You can find some configuration examples in the [examples](examples/) folder.
|
78 |
|
79 |
Optionally, you can set the following environment variables to customize the generation process.
|
80 |
|