What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you!   Take the survey

ScribeAI - ChatGPT extension for VSCode

submited by
Style Pass
2023-01-27 06:00:08

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

Scribe AI is a ChatGPT extension for VS Code. Now you can have ChatGPT right in VS Code! Use it as your AI programming assistant which you can talk with to understand complex code, modify and improve your code, or generate comments for your code. The possibilities are endless. To start, highlight a piece of code and click on the chat icon on the left to start talking with Scribe AI just like in ChatGPT! All your conversations are saved in your workspace so you can look back on them as notes.

When you first use ScribeAI whether by Ask AI or AI Edit, it will ask you for your OpenAI API key. This is used by the extension to access the API and is only sent to OpenAI.

Note Temporarily, the extension is using Codex, a similar GPT model by OpenAI, instead of ChatGPT, since the official ChatGPT API is not out yet. We do this because using unofficial ChatGPT API is unsupported by OpenAI and it's not reliable. Our team has figured out a way to simulate ChatGPT using OpenAI's current available GPT models. You can choose between code-davinci-002 and text-davinci-003 in the User Settings. When the official ChatGPT API is out our team will immediately offer an option to choose the ChatGPT model.

Leave a Comment