This add-on provides an access to chatGPT. through key bindings, so you can ask meanings of any words, or ask anyquestions.
Especially useful for asking difficult words that you don't know, or asking simple programming questions.
You need api key (it is free), but I think it's worth time.
You can read readme in, Japanese.
You need chatGPT api key to use this add-on (you can get it for frree).
Below is how to get api key and set up.
- go to https://platform.openai.com/account/api-keys
- login (make an account, if you don't have one)
- press the button "Create new secret key"
- go to nvda - preference - settings - askChatGPT, and put the api key.
-
NVDA+shift+W Ask the meaning of selected word, or open a dialog, if none is selected.
-
NVDA+shift+L Open a dialog to ask a question.
Press ctrl + enter to send a request in the dialog. You can get responses in 3 ~ 30 seconds, depends on difficulty of the questions.
-
wrapper to access chatGPT revChatGPT
-
Figured out how to correctly import modules @sarnex