Skip to content

Commit e44b66e

Browse files
authored
Update ai-templates-github-models.md (#45449)
Small fix in dotnet cli command for setting GitHubModels:Token
1 parent b2d0b7e commit e44b66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai/quickstarts/includes/ai-templates-github-models.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The **AI Chat Web App** app is almost ready to go as soon as it's created. Howev
105105
# [.NET CLI](#tab/configure-dotnet-cli)
106106
107107
```dotnetcli
108-
dotnet user-secrets set AzureOpenAi:Endpoint <your-personal-access-token>
108+
dotnet user-secrets set GitHubModels:Token <your-personal-access-token>
109109
```
110110

111111
---

0 commit comments

Comments
 (0)