This plugin is inspired by helping to make notes in markdown.
But it can also be used in finishing your text homework, chatting with GPT-3.5 (ChatGPT based), helping you code.
adjust param by command or setting->extension->ChatGPT Note Helper
max_token: decide the lenth of messages
temperature: decide the model to give you how many its own ideas
Using
right click
ctrl + shift + P: search the command start with ChatGPT:
chatgpt-note-helper.enterApiKey: Enter you own api key. You can get it with free trials each month in https://platform.openai.com/account/api-keys.
chatgpt-note-helper.ask: Ask the questions you have selected.
chatgpt-note-helper.adjustTemperature: change the temperature. But in long conversation, you need change in json file where the plugin will tell you.
chatgpt-note-helper.switchJsonMode: Change the mode of long/short conversation. Store json file in current folder. Because I hate store file in cache which make me feel uncomfortable.
Hot key:
Win: shift + a + s ask
Mac: cmd + a + s ask
Requirements
You have your own OpenAI (ChatGPT) account or microsoft account.
Extension Settings
Include if your extension adds any VS Code settings through the contributes.configuration extension point.
known issues
The api of openAI have the limit of max_tokens, so we can not have the history as long as the ChatGPT website.
But when the plugins tell you that you should shorten the max_tokens for the long conversation mode,
you can change the max_token in your json file which is in your current folder.