llama-cpp-python
llama-cpp-python copied to clipboard
Code completion via GitHub Copilot and Replit broken
I was curious if it was possible to swap out Microsoft's code completion engine with an open source one. After following the docs it appears that the copilot has changed the route that it hits, and even after updating the route, it seems to only auto complete the words "import react" followed by unrelated react code. At first I thought that was what copilot did too, but my friend says usually it's related code so idk, is it broken?
The new route seems to be /v1/engines/codexv2-control/completions, btw.