ChatIDE - AI assistant in your IDE
Converse with OpenAI's ChatGPT or Anthropic's Claude in VSCode
F5
to launch the extension in debug modeGrab the latest ChatIDE version from the Extensions Marketplace:
https://marketplace.visualstudio.com/items?itemName=ChatIDE.chatide
To use ChatGPT / Claude in ChatIDE, you need to procure API Keys from OpenAI / Anthropic.
Cmd + Shift + i
(or Ctrl + Shift + i
on non-Apple platforms).'gpt-4'
, 'gpt-4-0613'
,'gpt-3.5-turbo'
,'gpt-3.5-turbo-16k'
(OpenAI)'claude-v1.3'
(Anthropic)secretStorage
).Cmd + Shift + P
keychord and type >Open ChatIDE Settings
model
, max_tokens
, and temperature
.Cmd + Shift + i
. You'll be asked for your OpenAI / Anthropic API key on first time you use the model.
secretStorage
cmd + shift + P
(or ctrl + shift + P
)>ChatIDE
>Update your OpenAI API Key for ChatIDE
.>Update your Anthropic API Key for ChatIDE
.⚠️ This is an early prototype, use at your own peril.
🧐 Remember to keep an eye on your OpenAI / Anthropic billing.
ChatIDE continues to be built using ChatIDE.