Skip to content

Commit 6c915eb

Browse files
committed
added missing prompt_system entry to default settings file
1 parent 91fbcc5 commit 6c915eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AI-Tools.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ SelectText() {
8989
Send "^{Up}^+{Down}+{Left}" ; Move to para start, select para, move left to not include para end
9090
} else if WinActive("ahk_exe notepad++.exe") {
9191
; In Notepad++ select the current line
92-
Send "{End}+{Home}"
92+
Send "{End}+{Home}+{Home}"
9393
} else {
9494
Send "^a"
9595
}

settings.ini.default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ prompt="Fix the spelling (American English) and grammar"
4848
mode=mode_edit
4949

5050
[prompt_spelling_chat_completion]
51+
prompt_system="I want you to act as an English spelling corrector and grammar improver. I want you to only reply the correction, the improvements and nothing else, do not write explanations."
5152
prompt="Correct the spelling (American English) and grammar of the following.\nInput: The caat in the hat.\nThe cat in the hat.\nInput: The dog is black and white.\nOutput: The dog is black and white.\nInput: "
5253
prompt_end="\nOutput: "
5354
menu_text="Fix spelling && grammar"

0 commit comments

Comments
 (0)