llama-cpp-python icon indicating copy to clipboard operation
llama-cpp-python copied to clipboard

Code completion via GitHub Copilot and Replit broken

Open TheNotary opened this issue 8 months ago • 0 comments

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.

TheNotary avatar Apr 04 '25 14:04 TheNotary