kudos-gptSettings · Features · SupportThe kudos-gpt is a ChatGPT-like extension for the VSCode. Now you can have an AI chatbot like the ChatGPT right in the VSCode. 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 until the maxTokens actually. To start, turn on it from the command menu, highlight a piece of code, click on the plus icon on the left to open a chat, and start talking with it just like in the ChatGPT. All your conversations are saved and exported in your workspace so you can look back on them automatically when you open files. Usage image
SettingsThe kudo-gpt supports many features to ask your requests to AIs with a simple and easy-to-use interface. 01. Set the token: New token for v1.1.1 is available.To enable the kudos-gpt, the token below need to be set to the Setting / kudos-gpt / 08 Kudos GPT Toen. To enable setting this value, the VSCode have to be restarted. kudo-gpt token for pre-release, it will be working until 2024-03-31.
02. Choose the OpenAI or Azure OpenAI:OpenAITo use the OpenAI, some values below have to be set.
To enable these values, the VSCode have to be restarted.
Azure OpenAITo use the Azure OpenAI, some values below have to be set.
To enable these values, the VSCode have to be restarted.
03. Adjustment of the AI parameters:To change the parameters of the OpenAI and Azure OpenAI, some values below have to be edited in settings.json. - Setting / kudos-gpt / Chat Options ```json "kudos-gpt.chatOptions": { "maxTokens": 4000, "temperature": 0.3, "frequencyPenalty": 0, "presencePenalty": 0, "topP": 0.2 }, ```
04. Adjustment of the messages of the buttons: New feature is available.To change the messages of the buttons, some values below have to be edited in settings.json.
05. Adjustment of the temporary folder: New feature is available.To change the temporary folder, a value below have to be edited in settings.json.
FeaturesThe kudo-gpt supports many features to ask your requests to AIs with a simple and easy-to-use interface. 01. Turn On/Off:After loading the kudos-gpt successfully, the
02. Start a discussion with the system: New feature is available.The button "System" is available to create a discussion from the system.
03. Have a discussion by asking directly:To ask your question in a discussion, the `Direct asking` button is available.
04. Have a discussion with templates:To start a discussion with the template, strings in the clipboard are available with the
05. Create a message from a terminal: New feature is available.To create a message with the output from a terminal is available with the
06. Save a discussionSave discussions are available with the pencil icon
07. Delete a discussionTo delete a discussion, the cross icon
08. Delete a messageTo delete a message in a discussion, the
09. Edit a messageTo edit a message in a discussion, the
10. Ignore a message in a discussionTo ignore a message in a discussion, the
11. Compare/update an active text editor with a message New feature is available.To compare/update an active text editor with a message in a discussion, the
12. l10n supporting
Bonus features(not stable yet)0A. Notion exportTo export a discussion to the Notion, a Notion Integration Token have to be entered beforehand. And then the notion icon `Notion export` will be available and will be able to enter a pageId in the dialog. It will be add as a database in the Notion page.
Comming features soon(I hope...)
Hand-crafted by Akira Kudo in Tokyo, JapanCopyright and Reversed © 2023-present Akira Kudo |