-
I use an enterprise github copilot subscription for security reason with our code. I'm wondering if, when using the default provider, does CopilotChat.nvim uses my enterprise copilot subscription ? Seems like the answer is yes, but better be sure :) Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
Xyloph
Mar 19, 2025
Replies: 1 comment
-
Seems it uses the token set up by the copilot.nvim plugin, so good enough :) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deathbeam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/CopilotC-Nvim/CopilotChat.nvim/blob/main/lua/CopilotChat/config/providers.lua#L48
Seems it uses the token set up by the copilot.nvim plugin, so good enough :)