You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: