Using OpenAI Codex in VSCode

I replaced the default GitHub copilot engine with the new davinci-codex and tested it.

Video:

7 Likes

That looks really cool. So which is the default copilot engine?

2 Likes

Copilot uses 2 engines:
For Python: github-py-stochbpe-cushman-pii
For other languages: copilot-codex

1 Like