Skip to content

Commit 36070fd

Browse files
authored
Merge pull request #269 from GitHubSecurityLab/anticomputer/remove-github-models-docs
docs: remove GitHub Models references from README
2 parents 7962b14 + 22942a9 commit 36070fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Python >= 3.10 or Docker
205205

206206
## Configuration
207207

208-
Provide a GitHub token for an account that is entitled to use [GitHub Models](https://models.github.ai) via the `AI_API_TOKEN` environment variable. Further configuration is use case dependent, i.e. pending which MCP servers you'd like to use in your taskflows. In a terminal, you can add `AI_API_TOKEN` to the environment like this:
208+
Provide a GitHub token for an account that is entitled to use [GitHub Copilot](https://github.com/features/copilot) via the `AI_API_TOKEN` environment variable. Further configuration is use case dependent, i.e. pending which MCP servers you'd like to use in your taskflows. In a terminal, you can add `AI_API_TOKEN` to the environment like this:
209209

210210
```sh
211211
export AI_API_TOKEN=<your_github_token>
@@ -226,7 +226,7 @@ Example:
226226
```sh
227227
# MCP configs
228228
CODEQL_DBS_BASE_PATH="/app/my_data/codeql_databases"
229-
AI_API_ENDPOINT="https://models.github.ai/inference"
229+
AI_API_ENDPOINT="https://api.githubcopilot.com"
230230
```
231231

232232
## Deploying from Source

0 commit comments

Comments
 (0)