Skip to content

jschfflr/ai-code-assistant

Repository files navigation

AI Code Assistant

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.

Features

Currently, this extension only provides a user interface to ChatGPT within VS Code.

Preview

You can open it by typing Code Assistant into the command box.

Requirements

You need to signup for an OpenAI Account and get a new API Key.

Extension Settings

This extension contributes the following settings:

  • codeAssistantAi.openaiApiKey: The OpenAI API Key to use
  • codeAssistantAi.openaiModel: The OpenAI Model to use (either GPT 3 or GPT 4)

Known Issues

None yet.

Release Notes

0.0.5

Added support for GPT 4.