Hacker News new | ask | show | jobs
by anonzzzies 1160 days ago
Is copilot not gpt3.5 now (before I think it was gpt3)? It performs well even on languages it doesn’t even know. I write weird languages for fun and in VScode it quickly starts giving elaborate slabs of code for languages it only knows from my personal projects. I don’t use regular syntax generally (we have enough of those); my last abomination was a Unicode char apl like and it picked it up pretty fast.
1 comments

They announced Copilot X as using GPT-4 but its unclear to me whether it's just the new features (the chat, etc.) or the code completion that will move to GPT-4 as well.

If it isn't, then Copilot has previously used OpenAI Codex (which is based on GPT-3)

Source: https://github.blog/2023-03-22-github-copilot-x-the-ai-power...