|
|
|
|
|
by tandav
990 days ago
|
|
Does anyone know vscode extension that can use OpenAI API to perform code completions like Copilot? There are several ChatGPT-like UIs that you can self host and pay only for API and not for ChatGPT plus. For example, I'm using https://github.com/Yidadaa/ChatGPT-Next-Web. It would be nice to use Copilot in the same way. |
|
for mere code completion there is this: https://github.com/FarisHijazi/PrivateGitHubCopilot
but I haven't tested it.