Skip to content

Commit 35a9569

Browse files
docs: remove PAT warning (#867)
1 parent ce59d9a commit 35a9569

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Replace `{MODEL_NAME}` with the name of the model you want to use (see below).
2626
In most cases, you will need to set `LABEL_STUDIO_URL` and `LABEL_STUDIO_API_KEY` environment variables to allow the ML backend access to the media data in Label Studio.
2727
[Read more in the documentation](https://labelstud.io/guide/ml#Allow-the-ML-backend-to-access-Label-Studio-data).
2828

29-
**Warning:** Currently, ML backends support only Legacy Tokens and do not support Personal Tokens. You will encounter an `Unauthorized Error` if you use Personal Tokens.
30-
3129
# Models
3230

3331
The following models are supported in the repository. Some of them work without any additional setup, and some of them

label_studio_ml/examples/deepgram/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ IMPORTANT NOTE: YOU MUST REFRESH THE PAGE AFTER SUBMITTING THE TEXT TO SEE THE A
1717
- `AWS_DEFAULT_REGION` - the region you want to use for S3
1818
- `S3_BUCKET` -- the name of the bucket where you'd like to store the created audio files
1919
- `S3_FOLDER` -- the name of the folder within the specified bucket where you'd like to store the audio files.
20-
3. Label Studio -- make sure you set your `LABEL_STUDIO_URL` and your `LABEL_STUDIO_API_KEY` in `docker_compose.yml`. As of 11/12/25, you must use the LEGACY TOKEN.
20+
3. Label Studio -- make sure you set your `LABEL_STUDIO_URL` and your `LABEL_STUDIO_API_KEY` in `docker_compose.yml`.
2121

2222
## Labeling Config
2323
This is the base labeling config to be used with this backend. Note that you may add additional annotations to the document after the audio without breaking anything!

0 commit comments

Comments
 (0)