B00TK1D / copilot-api

GitHub Copilot API
MIT License
123 stars 21 forks source link

Enhance Copilot Integration with Improved Message Handling and Token Validation #8

Closed gifflet closed 2 months ago

gifflet commented 2 months ago

This PR enhances the Copilot integration by introducing the following changes:

B00TK1D commented 2 months ago

This PR is just a bit outside the intent of this project - the token validation is helpful (should be its own PR), but the rest of the changes effectively convert this to be nearly the same as https://github.com/B00TK1D/freegpt. Please take a look at that project and see if it better fits your intent here. Also, if you'd still like the token validation, please open a separate PR with just that. Open to discussion if you think there's a better way forward though.

gifflet commented 2 months ago

I understand. It's appropriate to close this PR. Furthermore, I will be opening a PR in the B00TK1D/freegpt repository with this improvement, and a new one in this repository containing only the token validation.