thakkarparth007 / copilot-explorer

Hacky repo to see what the Copilot extension sends to the server
https://twitter.com/parth007_96/status/1604160949434421248
610 stars 68 forks source link

Updates to keep this runnable #7

Closed spenczar closed 1 year ago

spenczar commented 1 year ago

Update for modern manifest, which uses the name "top_k" instead of "top_k_returns", and replace code-davinci-002 because OpenAI dropped it.

Thanks for the excellent work here. I'm in the process of re-running it against the agent that's used in copilot-vim. It's actually working very well!

thakkarparth007 commented 1 year ago

Thanks for the update!