Skip to content

Commit

Permalink
Tuned maxtokens description
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiecraane committed Apr 5, 2023
1 parent 7b67721 commit dec9e5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ The history view displays the chat history. You can also remove messages from th
- Select one or multiple elements and use the backspace or context menu to delete items from the history
- Rename history items with the context menu or Shift+F6

Right-click on a file in the tree view to add the contents of the file to the chat window.<br><br>

Select Commits in the VCS log and use right-click -> Add Commits To Prompt to send the commit messages to the chat window.<br><br>

To start using it create an account and API key at: https://platform.openai.com/account/api-keys

After you have created an API key you can add it in the settings of the plugin.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,17 @@ class GptMentorToolWindowFactory : ToolWindowFactory, MainView {
- Create Unit Test: Ctrl + Alt + Shift + T<br>
- Add Comments: Ctrl + Alt + Shift + C<br><br>
Each action uses a custom system prompt to instruct ChatGPT how to behave. Those prompts can be adjusted in the
settings of the plugin if required.<br><br>
Each action uses a custom system prompt to instruct ChatGPT how to behave. Those prompts can be adjusted in the settings of the plugin if required.<br><br>
The history view displays the chat history. You can also remove messages from the history.<br>
- Double-click on a chat in the history view to open the chat in the editor.<br>
- Select one or multiple elements and use the backspace or context menu to delete items from the history<br>
- Rename history items with the context menu or Shift+F6<br><br>
Right-click on a file in the tree view to add the contents of the file to the chat window.<br><br>
Select Commits in the VCS log and use right-click -> Add Commits To Prompt to send the commit messages to the chat window.<br><br>
To start using it create an account and API key at: <a href="https://platform.openai.com/account/api-keys">https://platform.openai.com/account/api-keys</a><br><br>
After you have created an API key you can add it in the settings of the plugin.<br><br>
Expand Down

0 comments on commit dec9e5e

Please sign in to comment.