-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to support GitHub Copilot Chat? #84
Comments
It is important to note that GitHub Copilot Chat supports various models, including Given the widespread use and active subscriptions to GitHub Copilot Chat among developers, it would be highly beneficial for the |
As much as I remember, Copilot is based on OpenAIs ChatGPT. I remember
I tried it out with helix, but I am getting the following error:
EDIT My current lsp-ai config for helix can be found in flake repo. You can kinda read like json, just replace the EDIT 2 I looked a bit more into the whole Open AI API compatibility. While api.githubcopilot.com is being used now, it used to be a different endpoint until the beginning of 2024. According to GitHubs changelog, they used to have copilot-proxy.githubusercontent.com as their API endpoint. This is also referenced in this line of helix-gpt.
|
As the titles says.
References:
https://docs.github.com/en/copilot/quickstart
https://github.com/CopilotC-Nvim/CopilotChat.nvim
The text was updated successfully, but these errors were encountered: