branch: elpa/gptel
commit a976449a40e4e2c1430fce2bcc33beb4037acaa6
Author: CsBigDataHub <[email protected]>
Commit: Karthik Chikmagalur <[email protected]>

    README: update Github copilot endpoints docs
    
    * README.org (GitHub CopilotChat): Update configuration for
    Copilot.
---
 README.org | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 17fa072c82..22d83d8098 100644
--- a/README.org
+++ b/README.org
@@ -1126,12 +1126,14 @@ Register a backend with
 (gptel-make-gh-copilot "Copilot")
 #+end_src
 
-Github copilot is configured to use public end-point `api.githubcopilot.com`.
-However private endpoints can be configure like so -
+Github copilot is configured to use the public endpoint 
=api.githubcopilot.com=.  Depending on your plan, you may need to use a 
different host (see 
[[https://github.blog/changelog/2026-02-13-network-configuration-changes-for-copilot-coding-agent/#whats-changing][Copilot
 plan changes]]):
+- Copilot Business: =api.business.githubcopilot.com=
+- Copilot Enterprise: =api.enterprise.githubcopilot.com=
+- Copilot Pro and Pro+: =api.individual.githubcopilot.com=
 
+You can do this as follows:
 #+begin_src emacs-lisp
-(gptel-make-gh-copilot "Copilot"
-    :host "api.business.githubcopilot.com")
+(gptel-make-gh-copilot "Copilot" :host "api.business.githubcopilot.com")
 #+end_src
 
 You will be informed to login into =GitHub= as required.

Reply via email to