Using GitHub Copilot's LLM #346
Replies: 9 comments 15 replies
-
Very good request and I'm all for it. However, I would like to point out that subscribing to ChatGPT Plus won't get you near unlimited requests, especially during peak hours(US work time). In cases like that, you might even be limited to 50-100 messages/day. There might be the same rate-limiting guardrails implemented in copilot. |
Beta Was this translation helpful? Give feedback.
-
@Hzbeta do you mean this kind of feature which was done by https://github.com/kturung/cogent ? I liked it since I have a copilot pro subscription. |
Beta Was this translation helpful? Give feedback.
-
@Hzbeta I just released an experimental version of this in 3.1.2. Want to try it out and let me know if it works for you? Thanks! |
Beta Was this translation helpful? Give feedback.
-
@mrubens I chose VS Code LM API with my copilot - claude sonnet, and got the error below when tried it
|
Beta Was this translation helpful? Give feedback.
-
Today I started using the GitHub Copilot subscription ($10/mo) and blew through over 10M tokens. AWESOME. This build is incredible. And had crazy good progress on my app. Beats using CoPilot or Amazon Q alone. With all the attention given to node based development I think that is actually a distraction compared to having code assistants like Roo Cline. |
Beta Was this translation helpful? Give feedback.
-
Github Copilot is working in VSCode... but it's not showing up in the settings. Is there something else that I need to configure to enable API access? And when I try to chat, it returns this: |
Beta Was this translation helpful? Give feedback.
-
English Version: Spanish Version: |
Beta Was this translation helpful? Give feedback.
-
That is fantastic - is there any way to incorporate this into the standard behavior of the tool? Perhaps using .clinerules? |
Beta Was this translation helpful? Give feedback.
-
As expected and as many people have encountered, my experience is no different. Two precise features may help:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’d like to know if it’s possible to use GitHub Copilot’s LLM directly in the Roo Cline extension. This would allow leveraging the GitHub Copilot subscription system instead of managing a separate API key, making it more cost-efficient and convenient.
For instance, as shown in the screenshot, GitLens supports similar integration, enabling features like commit interpretation without requiring an API key.
If we could use GitHub Copilot's LLM, subscribing to GitHub Copilot Pro with monthly payments would allow almost unlimited access to Claude Sonnet 3.5, similar to subscribing to ChatGPT Plus for nearly unlimited GPT-4 usage. This would be far more convenient and cost-effective compared to paying per usage through API calls.
I’d like to know if this is possible, or if extensions like Roo Cline, which heavily rely on LLMs, cannot call GitHub Copilot? Thank you for your hard work and the wonderful extension you’ve brought us!
Beta Was this translation helpful? Give feedback.
All reactions