Skip to content

Instantly share code, notes, and snippets.

@k-tsj
Created March 25, 2025 04:40
Show Gist options
  • Save k-tsj/3c82137fbd536e0f960c8222f7da79f1 to your computer and use it in GitHub Desktop.
Save k-tsj/3c82137fbd536e0f960c8222f7da79f1 to your computer and use it in GitHub Desktop.
--- copilot-20250223.139/copilot.el
+++ copilot-20250223.139/copilot.el
@@ -368,6 +368,7 @@ (defun copilot--start-agent ()
(copilot--async-request 'setEditorInfo
`( :editorInfo (:name "Emacs" :version ,emacs-version)
:editorPluginInfo (:name "copilot.el" :version ,(or (copilot-installed-version) "unknown"))
+ :editorConfiguration (:github (:copilot (:selectedCompletionModel "gpt-4o-copilot")))
,@(when copilot-network-proxy
`(:networkProxy ,copilot-network-proxy)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment