CodeGPT (CURRENTLY NOT WORKING)Update (Dec 14): OpenAI made the unofficial API for ChatGPT harder to access and I need to upgrade the the NPM module this extension uses to bypass the latest protections. Should be fixed by Dec 16. Check back then. - Abi This is very much an alpha. The error handling needs to be significantly improved. An extension that allows you to use ChatGPT right within VSCode. The goal is to make interaction with the AI seamless via deep integration with VS Code. Install via the VS Code Marketplace. DemoHere, we code the popular game, Wordle, in 2 minutes. https://user-images.githubusercontent.com/23818/206836012-d394570a-854a-4fec-9e08-9f406a96451e.mp4 SetupThe first time you try to ask ChatGPT a question, you'll be asked for your session token. Here's how you get the session token:
Periodically, the token might expire and you will be prompted for a new session token. You can also modify this session token at any time by editing Features
Planned (please submit PRs)
How it worksForked from chatgpt-vscode. We use the unofficial API endpoints that power the ChatGPT website. Thanks to Travis Fischer for the ChatGPT package. While this approach is more robust than earlier UI automation approaches, the endpoints are subject to change as well as rate limits. They might break at any point. LicenseMIT |