From 6a3bb0f4ec36655ef4187380eae84bb236d4cd03 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 10 May 2025 17:12:52 -0700 Subject: [PATCH] docs: Remove closing line and clarify Copilot billing --- aider/website/docs/llms/github.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aider/website/docs/llms/github.md b/aider/website/docs/llms/github.md index 2e305b619..07149c04f 100644 --- a/aider/website/docs/llms/github.md +++ b/aider/website/docs/llms/github.md @@ -73,11 +73,10 @@ show-model-warnings: false ## Notes & FAQ * Copilot billing is handled entirely by GitHub. Calls made through aider count against your - Copilot subscription, not a separate OpenAI bill. + Copilot subscription, even though aider will still print estimated costs. * Tokens created by **Neovim copilot.lua** or older `hosts.json` files sometimes lack the required scopes. If you get `access to this endpoint is forbidden`, regenerate the token via a JetBrains IDE or VS Code Copilot extension. * The Copilot terms of service allow third-party “agents” that access the LLM endpoint. Aider merely follows the documented API and **does not scrape the web UI**. -Happy hacking!