-
Select Topic AreaQuestion BodyWhen i asked github copilot in chat, it says its using GPT4. Is it true? Has Github copilot started using GPT4? What is being used for code autocompletitions. I saw a similar question long time ago in this discussion forum but that stands irrelevant now as a lot of things might have changed. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 10 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Uses GPT3 - with data back in 2021. |
Beta Was this translation helpful? Give feedback.
-
If you go to https://github.com/github-copilot/signup you will see it uses GPT-3.5 Turbo model to offer coding suggestions. |
Beta Was this translation helpful? Give feedback.
-
https://www.microsoft.com/en-us/store/b/copilotpro was upgraded to gpt4 |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
is it actually using gpt 4? |
Beta Was this translation helpful? Give feedback.
-
It should be gpt-4o since 1.92 (July 2024): |
Beta Was this translation helpful? Give feedback.
-
At time of writing (Sept 2024), It's using 4o. The GitHub team are in the middle of testing and prototyping improvements using o1, blog post on that here: |
Beta Was this translation helpful? Give feedback.
At time of writing (Sept 2024), It's using 4o.
VSCode: https://code.visualstudio.com/updates/v1_92#_github-copilot
VS: C:\Users<username>\AppData\Local\Temp\VSGitHubCopilotLogs - you'll see the response is generated using 4o.
The GitHub team are in the middle of testing and prototyping improvements using o1, blog post on that here:
https://github.blog/news-insights/product-news/openai-o1-in-github-copilot/