branch: elpa/gptel
commit 99663dd38e56a19250cfb79f9aadc8af1b7db539
Author: CsBigDataHub <[email protected]>
Commit: GitHub <[email protected]>
README: Mention private Copilot endpoint configuration (#1116)
README.org: Add configuration details for using private endpoints
with GitHub Copilot.
---
README.org | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.org b/README.org
index 940af5fbc4e..214c26c4a5a 100644
--- a/README.org
+++ b/README.org
@@ -1081,6 +1081,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 -
+
+#+begin_src emacs-lisp
+(gptel-make-gh-copilot "Copilot"
+ :host "api.business.githubcopilot.com")
+#+end_src
+
You will be informed to login into =GitHub= as required.
You can pick this backend from the menu when using gptel (see
[[#usage][Usage]]).