This extension provides developers with an easy way to interact with OpenAI's ChatGPT models directly from within Visual Studio Code. You can select between GPT 3 and GPT 4.
Currently, this extension only provides a user interface to ChatGPT within VS Code.
You can open it by typing Code Assistant
into the command box.
You need to signup for an OpenAI Account and get a new API Key.
This extension contributes the following settings:
codeAssistantAi.openaiApiKey
: The OpenAI API Key to usecodeAssistantAi.openaiModel
: The OpenAI Model to use (either GPT 3 or GPT 4)
None yet.
Added support for GPT 4.