Skip to content

Commit 25cf7d0

Browse files
authored
Update docs with new token needs (#54943)
1 parent 530edd6 commit 25cf7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github-models/prototyping-with-ai-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The steps to use each model are similar. In general, you will need to:
6565
1. Either open a codespace, or set up your local environment:
6666
* To run in a codespace, click **{% octicon "codespaces" aria-hidden="true" %} Run codespace**, then click **Create new codespace**.
6767
* To run locally:
68-
* Create a {% data variables.product.company_short %} {% data variables.product.pat_generic %}. The token should not have any scopes or permissions. See [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
68+
* Create a {% data variables.product.company_short %} {% data variables.product.pat_generic %}. The token needs to have `models:read` permissions. See [AUTOTITLE](/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
6969
* Save your token as an environment variable.
7070
* Install the dependencies for the SDK, if required.
7171
1. Use the example code to make a request to the model.

0 commit comments

Comments
 (0)