Skip to content

Commit

Permalink
Fixed setup message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ecornell committed Mar 13, 2023
1 parent a8245e1 commit 32fea72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AI-Tools.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SendMode "Input"

;# init setup
if not (FileExist("settings.ini")) {
api_key := InputBox("Enter our OpenAI key", "AI-Tools-AHK : Setup", "W400 H100").value
api_key := InputBox("Enter your OpenAI API key", "AI-Tools-AHK : Setup", "W400 H100").value
if (api_key == "") {
MsgBox("You must enter an OpenAI key to use this script. Please restart the script and try again.")
ExitApp
Expand Down
3 changes: 3 additions & 0 deletions settings.ini.default
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ hotkey_1_prompt = prompt_spelling_chat_completion
hotkey_2 = ^+k
menu_hotkey = ^!+k

;- Misc
cursor_wait_animation_file=wait-1.ani

;------------------------------------------------------------------------------
; Popup Menu
;------------
Expand Down

0 comments on commit 32fea72

Please sign in to comment.