Is there an alternative to copilot that will allow me to use my GPT-3 Codex api key?

Just a quick question

You can send web requests to their endpoint manually without Copilot, like if you’re in the Playground and type up an example query, you can click View Code and it’ll give you examples of how to send the query/request in different formats.

Unfortunately there is no Powershell example (yet) and cUrl isn’t built-in on Windows, but there are also Python examples. But its an “easy” way to interact with Codex without going through Copilot. But it just provides the prompt/completion, not any kind of Intellisense integration. but I think maybe coding with IDEs is coming to an end anyway :sweat_smile: